From: Tom Lane Date: Thu, 17 Jun 2010 17:03:57 +0000 (+0000) Subject: Add missing close brackets in old-style COPY syntax diagram. X-Git-Tag: REL9_0_BETA3~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f826f8fc6971261fdf21ee14b069510628f3fb80;p=postgresql Add missing close brackets in old-style COPY syntax diagram. Spotted by Evan Carroll. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index ac2f0dadc2..9f4335a00d 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -862,7 +862,7 @@ COPY table_name [ ( quote' ] [ ESCAPE [ AS ] 'escape' ] - [ FORCE NOT NULL column [, ...] ] + [ FORCE NOT NULL column [, ...] ] ] ] COPY { table_name [ ( column [, ...] ) ] | ( query ) } TO { 'filename' | STDOUT } @@ -874,7 +874,7 @@ COPY { table_name [ ( quote' ] [ ESCAPE [ AS ] 'escape' ] - [ FORCE QUOTE { column [, ...] | * } ] + [ FORCE QUOTE { column [, ...] | * } ] ] ] Note that in this syntax, BINARY and CSV are