diff options
| author | Bruce Momjian <bruce@momjian.us> | 1996-11-15 17:55:31 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1996-11-15 17:55:31 +0000 |
| commit | a180738ddd698244339af9e03199fe36aabcc300 (patch) | |
| tree | c8d5d7c768eccdd67ec40cb0ce17890a101ce5e0 /src/man/psql.1 | |
| parent | 54c9905d6e5121ac64982e811dec2d92ba1c4a6d (diff) | |
| download | postgresql-a180738ddd698244339af9e03199fe36aabcc300.tar.gz | |
Changed " to '. Removed bug section from psql. added reminder for log call
in built-in. fixed backslases in source for libpq.
Diffstat (limited to 'src/man/psql.1')
| -rw-r--r-- | src/man/psql.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index d3928e9f46..82d98c68ec 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.1 1996/11/14 10:17:50 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.2 1996/11/15 17:55:31 momjian Exp $ .TH PSQL UNIX 1/20/96 Postgres95 Postgres95 .SH NAME psql \(em run the interactive query front-end @@ -343,7 +343,8 @@ When executed with the .BR "-c" option, .IR psql -returns 0 to the shell on successful query completion, 1 otherwise. +returns 0 to the shell on successful query completion, 1 for errors, +2 for abrupt disconnection from the backend. .IR psql will also return 1 if the connection to a database could not be made for any reason. @@ -352,8 +353,3 @@ introduction(libpq), monitor(1) postgres(1), postmaster(1). -.SH BUGS -If multiple queries are sent to the backend at once without semicolon -termination after each query, psql gets confused about the query -results. The queries will still be processed correctly by the backend. - |
