diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-15 09:55:42 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-15 09:55:42 -0400 |
commit | 6e00b43fb822ee22fca344b6f92d7a81b85bd4fb (patch) | |
tree | a3a6132914f590dfb1fa4e44d3510b57e45da4ad | |
parent | ca5381dae7235ff73e3f6347af004ac9c901e5d2 (diff) | |
download | postgresql-6e00b43fb822ee22fca344b6f92d7a81b85bd4fb.tar.gz postgresql-6e00b43fb822ee22fca344b6f92d7a81b85bd4fb.zip |
doc: remove extra blank line at the top of SGML files
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 079541be674..1704c6ca9ec 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -3,7 +3,6 @@ doc/src/sgml/ref/copy.sgml PostgreSQL documentation --> - <refentry id="SQL-COPY"> <indexterm zone="sql-copy"> <primary>COPY</primary> |