Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39f2ec5

Browse files
committed
No more pgintro.
1 parent 103959a commit 39f2ec5

File tree

10 files changed

+12
-35
lines changed

10 files changed

+12
-35
lines changed

src/man/create_table.l

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.21 1998/06/24 13:21:24 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.22 1998/10/14 02:54:29 momjian Exp $
44
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
55
.SH NAME
66
create table - create a new class
@@ -66,9 +66,7 @@ from the class are automatically a type and can be used in
6666
.IR alter_table(l)
6767
or other
6868
.BR create_table(l)
69-
statements. See
70-
.IR pgintro(1)
71-
for a further discussion of this point.
69+
statements.
7270
.PP
7371
The optional
7472
.BR constraint

src/man/createdb.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.12 1998/07/24 16:44:03 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.13 1998/10/14 02:54:30 momjian Exp $
44
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb - create a database
@@ -58,8 +58,6 @@ understands the following command-line options:
5858
.BR "-a" " system"
5959
Specifies an authentication system
6060
.IR "system"
61-
(see
62-
.IR pgintro(1))
6361
to use in connecting to the
6462
.IR postmaster
6563
process. This option no longer has any effect.

src/man/createuser.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.12 1998/08/22 05:19:35 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.13 1998/10/14 02:54:31 momjian Exp $
44
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser - create a Postgres user
@@ -66,8 +66,6 @@ understands the following command-line options:
6666
.BR "-a" " system"
6767
Specifies an authentication system
6868
.IR "system"
69-
(see
70-
.IR pgintro(1))
7169
to use in connecting to the
7270
.IR postmaster
7371
process. This option no longer has any effect.

src/man/destroydb.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.11 1998/07/24 16:44:03 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.12 1998/10/14 02:54:32 momjian Exp $
44
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb - destroy an existing database
@@ -61,8 +61,6 @@ Prompts before destroying a database (interactive).
6161
.BR "-a" " system"
6262
Specifies an authentication system
6363
.IR "system"
64-
(see
65-
.IR pgintro(1))
6664
to use in connecting to the
6765
.IR postmaster
6866
process. This option no longer has any effect.

src/man/destroyuser.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.11 1998/07/24 16:44:04 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.12 1998/10/14 02:54:33 momjian Exp $
44
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser - destroy a Postgres user and associated databases
@@ -51,8 +51,6 @@ understands the following command-line options:
5151
.BR "-a" " system"
5252
Specifies an authentication system
5353
.IR "system"
54-
(see
55-
.IR pgintro(1))
5654
to use in connecting to the
5755
.IR postmaster
5856
process. This option no longer has any effect.

src/man/drop_type.l

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.6 1998/06/23 17:52:37 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.7 1998/10/14 02:54:35 momjian Exp $
44
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop type - remove a user-defined type from the system catalogs
@@ -23,7 +23,6 @@ deleted type.
2323
drop type box
2424
.fi
2525
.SH "SEE ALSO"
26-
pgintro(1),
2726
create_type(l),
2827
drop_operator(l).
2928
.SH "BUGS"

src/man/insert.l

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.11 1998/06/24 13:21:27 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.12 1998/10/14 02:54:36 momjian Exp $
44
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
insert - insert tuples to a relation
@@ -60,8 +60,7 @@ or
6060
.IR uIndex
6161
is an integer constant and
6262
.IR array_str
63-
is an array constant (see
64-
.IR pgintro(1)).
63+
is an array constant.
6564
.PP
6665

6766
If the user does not specify any array bounds (as in the third form)

src/man/pg_hba.conf.5

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" This is -*-nroff-*-
2-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.6 1998/06/24 13:21:28 momjian Exp $
2+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.7 1998/10/14 02:54:37 momjian Exp $
33
.TH pg_hba.conf 5 1/26/98 PostgreSQL PostgreSQL
44
.SH NAME
55
$PGDATA/pg_hba.conf
@@ -109,6 +109,3 @@ host all 192.168.0.3 255.255.255.0 password
109109
# The rest of this group of machines should provide encrypted passwords.
110110

111111
host all 192.168.0.0 255.255.255.0 crypt
112-
113-
.SH "SEE ALSO"
114-
pgintro(1).

src/man/postmaster.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.12 1998/06/24 13:21:29 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.13 1998/10/14 02:54:38 momjian Exp $
44
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH "NAME"
66
postmaster - run the Postgres postmaster
@@ -90,8 +90,6 @@ discarded.
9090
.BR "-a" " system"
9191
Specifies whether or not to use the authentication system
9292
.IR "system"
93-
(see
94-
.IR pgintro(1))
9593
for frontend applications to use in connecting to the
9694
.IR postmaster
9795
process. Specify

src/man/psql.1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.28 1998/08/10 20:31:40 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.29 1998/10/14 02:54:39 momjian Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql - run the interactive query front-end
@@ -117,8 +117,6 @@ understands the following command-line options:
117117
.BR "-a" " system"
118118
Specifies an authentication system
119119
.IR "system"
120-
(see
121-
.IR pgintro(1))
122120
to use in connecting to the
123121
.IR postmaster
124122
process. This option no longer has any effect.
@@ -424,10 +422,6 @@ only applies if
424422
authentication is in use. If this environment variable is set, Postgres
425423
will attempt authentication with servers for this realm and use
426424
separate ticket files to avoid conflicts with local ticket files.
427-
See
428-
.IR pgintro(1)
429-
for additional information on
430-
.IR Kerberos .
431425

432426
.SH "RETURN VALUE"
433427
.IR psql

0 commit comments

Comments
 (0)