diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-06-24 13:21:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-06-24 13:21:30 +0000 |
| commit | a8376c1c8419dff0afd639098fa03ba127c7fb32 (patch) | |
| tree | 0544838f13ab2f2d6b80b74bb27bea0e171a3aca /src/man/psql.1 | |
| parent | f391dcd0bf29de7d77c052cdc1d87b44afeca259 (diff) | |
| download | postgresql-a8376c1c8419dff0afd639098fa03ba127c7fb32.tar.gz | |
cleanup
Diffstat (limited to 'src/man/psql.1')
| -rw-r--r-- | src/man/psql.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 16999b7bab..bea7923c62 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.25 1998/06/23 15:43:19 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.26 1998/06/24 13:21:29 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql - run the interactive query front-end @@ -118,7 +118,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR pgintro (1)) +.IR pgintro(1)) to use in connecting to the .IR postmaster process. This option no longer has any effect. @@ -267,9 +267,9 @@ semicolon is reached. .PP Whenever a query is executed, psql also polls for asynchronous notification events generated by -.IR listen (l) +.IR listen(l) and -.IR notify (l). +.IR notify(l). .PP .SH "PSQL COMMANDS" Anything you enter in psql that begins with an unquoted backslash is a psql @@ -422,7 +422,7 @@ authentication is in use. If this environment variable is set, Postgres will attempt authentication with servers for this realm and use separate ticket files to avoid conflicts with local ticket files. See -.IR pgintro (1) +.IR pgintro(1) for additional information on .IR Kerberos . @@ -437,4 +437,3 @@ any reason. libpq(3), postgres(1), postmaster(1). - |
