It seems there is a stray |  trailing behind the FORCE_NOT_NULL line here:

http://www.postgresql.org/docs/9.3/static/sql-copy.html

(in HEAD, 93, 92, 91), or at least, I fail to see its meaning.

Trivial patch attached.

Thanks,

Erikjan Rijkers


--- doc/src/sgml/ref/copy.sgml.orig	2013-07-05 15:57:16.000000000 +0200
+++ doc/src/sgml/ref/copy.sgml	2013-07-05 15:57:36.000000000 +0200
@@ -41,7 +41,7 @@
     QUOTE '<replaceable class="parameter">quote_character</replaceable>'
     ESCAPE '<replaceable class="parameter">escape_character</replaceable>'
     FORCE_QUOTE { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
-    FORCE_NOT_NULL ( <replaceable class="parameter">column_name</replaceable> [, ...] ) |
+    FORCE_NOT_NULL ( <replaceable class="parameter">column_name</replaceable> [, ...] )
     ENCODING '<replaceable class="parameter">encoding_name</replaceable>'
 </synopsis>
  </refsynopsisdiv>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to