diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-05-21 03:12:23 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-05-21 03:12:23 +0000 |
| commit | fce2c41b6cbf0a1aa6a9bfc3e3f59855ef968a52 (patch) | |
| tree | 6e2d3eda0b51dd927a84f445e7dcee9dc4a2d574 /src/man/psql.1 | |
| parent | cb8396d9fc6c64c9e90adbbc4548a6e6a5df4a3d (diff) | |
Updated pg_dumpall and psql to preserve database owners.
Diffstat (limited to 'src/man/psql.1')
| -rw-r--r-- | src/man/psql.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 2f66c824b02..f8c43f4d115 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.7 1997/04/10 11:58:59 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.8 1997/05/21 03:12:23 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -258,7 +258,7 @@ You should anyway. Toggle field alignment when printing out table elements. .IP "\eC \fIcaption\fR" Set the HTML3.0 table caption. -.IP "\econnect \fIdbname\fR" +.IP "\econnect \fIdbname\fR \fIusername\fR" Establish a connection to a new database. The previous connection is closed. .IP "\ecopy \fItable\fR {FROM | TO} \fIfilename\fR" Perform a frontend copy. This is an operation that runs a SQL COPY command, |
