File tree Expand file tree Collapse file tree 10 files changed +12
-35
lines changed Expand file tree Collapse file tree 10 files changed +12
-35
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
5
5
.SH NAME
6
6
create table - create a new class
@@ -66,9 +66,7 @@ from the class are automatically a type and can be used in
66
66
.IR alter_table(l)
67
67
or other
68
68
.BR create_table(l)
69
- statements. See
70
- .IR pgintro(1)
71
- for a further discussion of this point.
69
+ statements.
72
70
.PP
73
71
The optional
74
72
.BR constraint
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
createdb - create a database
@@ -58,8 +58,6 @@ understands the following command-line options:
58
58
.BR " -a" " system"
59
59
Specifies an authentication system
60
60
.IR " system"
61
- (see
62
- .IR pgintro(1))
63
61
to use in connecting to the
64
62
.IR postmaster
65
63
process. This option no longer has any effect.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
createuser - create a Postgres user
@@ -66,8 +66,6 @@ understands the following command-line options:
66
66
.BR " -a" " system"
67
67
Specifies an authentication system
68
68
.IR " system"
69
- (see
70
- .IR pgintro(1))
71
69
to use in connecting to the
72
70
.IR postmaster
73
71
process. This option no longer has any effect.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
destroydb - destroy an existing database
@@ -61,8 +61,6 @@ Prompts before destroying a database (interactive).
61
61
.BR " -a" " system"
62
62
Specifies an authentication system
63
63
.IR " system"
64
- (see
65
- .IR pgintro(1))
66
64
to use in connecting to the
67
65
.IR postmaster
68
66
process. This option no longer has any effect.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
destroyuser - destroy a Postgres user and associated databases
@@ -51,8 +51,6 @@ understands the following command-line options:
51
51
.BR " -a" " system"
52
52
Specifies an authentication system
53
53
.IR " system"
54
- (see
55
- .IR pgintro(1))
56
54
to use in connecting to the
57
55
.IR postmaster
58
56
process. This option no longer has any effect.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
drop type - remove a user-defined type from the system catalogs
@@ -23,7 +23,6 @@ deleted type.
23
23
drop type box
24
24
.fi
25
25
.SH "SEE ALSO"
26
- pgintro(1),
27
26
create_type(l),
28
27
drop_operator(l).
29
28
.SH "BUGS"
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
insert - insert tuples to a relation
60
60
.IR uIndex
61
61
is an integer constant and
62
62
.IR array_str
63
- is an array constant (see
64
- .IR pgintro(1)).
63
+ is an array constant.
65
64
.PP
66
65
67
66
If the user does not specify any array bounds (as in the third form)
Original file line number Diff line number Diff line change 1
1
.\" 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 $
3
3
.TH pg_hba.conf 5 1/26/98 PostgreSQL PostgreSQL
4
4
.SH NAME
5
5
$PGDATA/pg_hba.conf
@@ -109,6 +109,3 @@ host all 192.168.0.3 255.255.255.0 password
109
109
# The rest of this group of machines should provide encrypted passwords.
110
110
111
111
host all 192.168.0.0 255.255.255.0 crypt
112
-
113
- .SH "SEE ALSO"
114
- pgintro(1).
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH "NAME"
6
6
postmaster - run the Postgres postmaster
@@ -90,8 +90,6 @@ discarded.
90
90
.BR " -a" " system"
91
91
Specifies whether or not to use the authentication system
92
92
.IR " system"
93
- (see
94
- .IR pgintro(1))
95
93
for frontend applications to use in connecting to the
96
94
.IR postmaster
97
95
process. Specify
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
psql - run the interactive query front-end
@@ -117,8 +117,6 @@ understands the following command-line options:
117
117
.BR " -a" " system"
118
118
Specifies an authentication system
119
119
.IR " system"
120
- (see
121
- .IR pgintro(1))
122
120
to use in connecting to the
123
121
.IR postmaster
124
122
process. This option no longer has any effect.
@@ -424,10 +422,6 @@ only applies if
424
422
authentication is in use. If this environment variable is set, Postgres
425
423
will attempt authentication with servers for this realm and use
426
424
separate ticket files to avoid conflicts with local ticket files.
427
- See
428
- .IR pgintro(1)
429
- for additional information on
430
- .IR Kerberos .
431
425
432
426
.SH "RETURN VALUE"
433
427
.IR psql
You can’t perform that action at this time.
0 commit comments