From: Magnus Hagander Date: Fri, 5 Jul 2013 14:21:08 +0000 (+0200) Subject: Remove stray | character X-Git-Tag: REL9_3_RC1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=462b562ab294dc15d6a578ebf424020f0a54e835;p=postgresql Remove stray | character Erikjan Rijkers --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index e67bd68acd..1ecc939eea 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -41,7 +41,7 @@ COPY { table_name [ ( quote_character' ESCAPE 'escape_character' FORCE_QUOTE { ( column_name [, ...] ) | * } - FORCE_NOT_NULL ( column_name [, ...] ) | + FORCE_NOT_NULL ( column_name [, ...] ) ENCODING 'encoding_name'