From 1bcae14bf924fbe90c6021c33c6d546b82d8b5bd Mon Sep 17 00:00:00 2001 From: Laishenghao Date: Sat, 17 Sep 2022 10:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9copy=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E7=9A=84=20help=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/copy.sgmlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/copy.sgmlin b/doc/src/sgml/ref/copy.sgmlin index 49bf5b030..13727a322 100644 --- a/doc/src/sgml/ref/copy.sgmlin +++ b/doc/src/sgml/ref/copy.sgmlin @@ -36,7 +36,7 @@ COPY query | [ FIXED FORMATTER ( { column_name( offset, length ) } [, ...] ) ]; where option can be: -FORMAT 'format_name' +FORMAT format_name | OIDS [ boolean ] | DELIMITER 'delimiter_character' | NULL 'null_string'