aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/doc/html/tutorial
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-02 06:11:23 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-02 06:11:23 +0000
commit22347d69c9de13ab97638931b4b9032fc123a54d (patch)
tree5dd4a9af65c4ec3ea96bd54a7318a32f3f71f4b9 /src/bin/pgaccess/doc/html/tutorial
parentf4590995c9884334bdb9c5f6b90e985bc9d91289 (diff)
downloadpostgresql-22347d69c9de13ab97638931b4b9032fc123a54d.tar.gz
postgresql-22347d69c9de13ab97638931b4b9032fc123a54d.zip
Update to pgaccess 0.91.
Diffstat (limited to 'src/bin/pgaccess/doc/html/tutorial')
-rw-r--r--src/bin/pgaccess/doc/html/tutorial/copyright.html2
-rw-r--r--src/bin/pgaccess/doc/html/tutorial/newtable.tgabin44583 -> 1 bytes
-rw-r--r--src/bin/pgaccess/doc/html/tutorial/tut_edit.html2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgaccess/doc/html/tutorial/copyright.html b/src/bin/pgaccess/doc/html/tutorial/copyright.html
index 0a388620a0d..b624786e1a2 100644
--- a/src/bin/pgaccess/doc/html/tutorial/copyright.html
+++ b/src/bin/pgaccess/doc/html/tutorial/copyright.html
@@ -9,7 +9,7 @@
<BR><TT></TT>&nbsp;
<BR><TT></TT>&nbsp;<TT></TT>
-<P><TT>Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group</TT>
+<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
<P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
<P><TT>Permission to use, copy, modify, and distribute this software and
diff --git a/src/bin/pgaccess/doc/html/tutorial/newtable.tga b/src/bin/pgaccess/doc/html/tutorial/newtable.tga
index 6104f58bd85..f59ec20aabf 100644
--- a/src/bin/pgaccess/doc/html/tutorial/newtable.tga
+++ b/src/bin/pgaccess/doc/html/tutorial/newtable.tga
Binary files differ
diff --git a/src/bin/pgaccess/doc/html/tutorial/tut_edit.html b/src/bin/pgaccess/doc/html/tutorial/tut_edit.html
index a4e75b17791..8282fb9a422 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 <samp>newref.txt</samp> that starts like this:<p>
Notice that there are two consecutive tildes to allow for the fact that this
particular entry doesn't have anything in the <b>Editor</b> field.
You can then perform a <em>Query</em> as follows:<p>
-<samp>COPY psyref FROM '/home/jim/newref.txt' WITH DELIMITER
+<samp>COPY psyref FROM '/home/jim/newref.txt' USING DELIMITERS
'~';</samp><p>
This will read the records from <samp>newref.txt</samp> and insert them into the
table <samp>psyref</samp>. See the PostgreSQL documentation under the headings