From c2c2fd57eecd1c70f0bf10954581bbca7977b7f7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 20 Jun 2002 16:00:44 +0000 Subject: Improve COPY syntax to use WITH clause, keep backward compatibility. --- src/bin/pgaccess/doc/html/tutorial/tut_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/pgaccess/doc/html') diff --git a/src/bin/pgaccess/doc/html/tutorial/tut_edit.html b/src/bin/pgaccess/doc/html/tutorial/tut_edit.html index 8282fb9a422..a4e75b17791 100644 --- a/src/bin/pgaccess/doc/html/tutorial/tut_edit.html +++ b/src/bin/pgaccess/doc/html/tutorial/tut_edit.html @@ -29,7 +29,7 @@ a text file named newref.txt that starts like this:

Notice that there are two consecutive tildes to allow for the fact that this particular entry doesn't have anything in the Editor field. You can then perform a Query as follows:

-COPY psyref FROM '/home/jim/newref.txt' USING DELIMITERS +COPY psyref FROM '/home/jim/newref.txt' WITH DELIMITER '~';

This will read the records from newref.txt and insert them into the table psyref. See the PostgreSQL documentation under the headings -- cgit v1.2.3