From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-copy.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src/sgml/html/sql-copy.html') diff --git a/doc/src/sgml/html/sql-copy.html b/doc/src/sgml/html/sql-copy.html index b3dca10..6aba899 100644 --- a/doc/src/sgml/html/sql-copy.html +++ b/doc/src/sgml/html/sql-copy.html @@ -1,5 +1,5 @@ -COPY

COPY

COPY — copy data between a file and a table

Synopsis

+COPY

COPY

COPY — copy data between a file and a table

Synopsis

 COPY table_name [ ( column_name [, ...] ) ]
     FROM { 'filename' | PROGRAM 'command' | STDIN }
     [ [ WITH ] ( option [, ...] ) ]
@@ -69,10 +69,10 @@ COPY { table_name [ ( INSERT, UPDATE and
-      DELETE queries a RETURNING clause must be provided,
-      and the target relation must not have a conditional rule, nor
-      an ALSO rule, nor an INSTEAD rule
-      that expands to multiple statements.
+      DELETE queries a RETURNING clause
+      must be provided, and the target relation must not have a conditional
+      rule, nor an ALSO rule, nor an
+      INSTEAD rule that expands to multiple statements.
      

filename

The path name of the input or output file. An input file name can be an absolute or relative path, but an output file name must be an absolute @@ -638,4 +638,4 @@ COPY [ BINARY ] table_name TO { 'filename' | STDOUT } [ [USING] DELIMITERS 'delimiter_character' ] [ WITH NULL AS 'null_string' ] -

\ No newline at end of file +
\ No newline at end of file -- cgit v1.2.3