diff options
author | Bruce Momjian | 1998-10-14 02:54:39 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-14 02:54:39 +0000 |
commit | 39f2ec55d73754382005ecf31407e9990bb88d7a (patch) | |
tree | 2068a923b079c7887a439814cb6818861c6c6806 /src/man/psql.1 | |
parent | 103959a3df35e1d9f28644aaf01afac0faad80f7 (diff) |
No more pgintro.
Diffstat (limited to 'src/man/psql.1')
-rw-r--r-- | src/man/psql.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 83820d3f3a1..07b184c3b83 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.28 1998/08/10 20:31:40 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.29 1998/10/14 02:54:39 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql - run the interactive query front-end @@ -117,8 +117,6 @@ understands the following command-line options: .BR "-a" " system" Specifies an authentication system .IR "system" -(see -.IR pgintro(1)) to use in connecting to the .IR postmaster process. This option no longer has any effect. @@ -424,10 +422,6 @@ only applies if 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) -for additional information on -.IR Kerberos . .SH "RETURN VALUE" .IR psql |