diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-15 09:55:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-15 09:55:43 -0400 |
commit | e936fcb54d22561ad49c6c18f91dcb7566a58da1 (patch) | |
tree | f7e47a6b22b98aa144b5a376c67b8514970c536a | |
parent | 8d4b23fcae1f368122eb900489d6d24df75cff13 (diff) | |
download | postgresql-e936fcb54d22561ad49c6c18f91dcb7566a58da1.tar.gz postgresql-e936fcb54d22561ad49c6c18f91dcb7566a58da1.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 a99f8155e46..18189abc6c9 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> |