From 456d37a0bfaf22ecd5c7e86778595278b32f43f8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 5 Jul 2013 16:22:45 +0200 Subject: [PATCH] Remove stray | character Erikjan Rijkers --- doc/src/sgml/ref/copy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index a73b02276cb..8a2038f76c8 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -40,7 +40,7 @@ COPY { table_name [ ( quote_character' ESCAPE 'escape_character' FORCE_QUOTE { ( column [, ...] ) | * } - FORCE_NOT_NULL ( column [, ...] ) | + FORCE_NOT_NULL ( column [, ...] ) ENCODING 'encoding_name' -- 2.39.5