diff options
| author | Bruce Momjian | 1998-05-12 21:44:08 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-05-12 21:44:08 +0000 |
| commit | 58fffea03c11c753633411955b8e783178b3d381 (patch) | |
| tree | 90fb30e3cd162fe7e9734286f87839dd78567340 /src/man | |
| parent | 1b70585d4b41b3ffa4532b9ed72ae9ac9d920206 (diff) | |
Cleanups for large objects, so file is trucated on open, fix for
solaris/spare shared libararies, new error message for postmaster
startup, and makefile cleanups.
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/psql.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 2c5137b4c02..ba1c191d18a 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.23 1998/01/26 01:42:53 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.24 1998/05/12 21:44:05 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql - run the interactive query front-end @@ -298,7 +298,8 @@ Establish a connection to a new database. The previous connection is closed. Perform a frontend copy. This is an operation that runs a SQL COPY command, but instead of the backend reading or writing a specified file, and consequently requiring special user privilege, psql reads or writes the -file and routes the data to or from the backend. +file and routes the data to or from the backend. The default TAB +delimiter is used. .IP "\ed [\fItable\fR]" List tables in the database, or if .IR table |
