Skip to content

Commit a8376c1

Browse files
committed
cleanup
1 parent f391dcd commit a8376c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+122
-135
lines changed

src/man/alter_table.l

Lines changed: 5 additions & 6 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/alter_table.l,v 1.6 1998/06/23 17:52:29 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.7 1998/06/24 13:21:23 momjian Exp $
44
.TH "ALTER TABLE" SQL 09/25/97 PostgreSQL
55
.SH NAME
66
alter table - add attributes to a class, or rename an attribute or class
@@ -30,7 +30,7 @@ after this command is executed.
3030
.PP
3131
The new attributes and their types are specified
3232
in the same style and with the the same restrictions as in
33-
.IR "create_table" (l).
33+
.IR create_table(l).
3434
.PP
3535
In order to add an attribute to each class in an entire inheritance
3636
hierarchy, use the
@@ -52,7 +52,7 @@ For efficiency reasons, default values for added attributes are not
5252
placed in existing instances of a class. That is, existing instances
5353
will have NULL values in the new attributes. If non-NULL values are
5454
desired, a subsequent
55-
.IR update (l)
55+
.IR update(l)
5656
query should be run.
5757
.PP
5858
In order to rename an attribute in each class in an entire inheritance
@@ -99,6 +99,5 @@ alter table emp rename column sports to hobbies
9999
alter table person * rename column last_name to family_name
100100
.fi
101101
.SH "SEE ALSO"
102-
create_table (l),
103-
update (l).
104-
102+
create_table(l),
103+
update(l).

src/man/cleardbdir.1

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/cleardbdir.1,v 1.3 1998/01/11 22:17:07 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.4 1998/06/24 13:21:23 momjian Exp $
44
.TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
cleardbdir - completely destroys all database files
@@ -20,4 +20,3 @@ should ensure the
2020
process is not running before running cleardbdir.
2121
.SH "SEE ALSO"
2222
initdb(1)
23-

src/man/copy.l

Lines changed: 2 additions & 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/copy.l,v 1.5 1998/06/23 17:52:30 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
44
.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
copy - copy data to or from a class from or to a Unix file.
@@ -153,7 +153,7 @@ in the event of a
153153
but the target relation will, of course, be partially modified in a
154154
.BR "copy to" .
155155
The
156-
.IR vacuum (l)
156+
.IR vacuum(l)
157157
query should be used to clean up after a failed
158158
.BR "copy" .
159159
.PP

src/man/create_function.l

Lines changed: 3 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/create_function.l,v 1.9 1998/06/23 17:52:31 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.10 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH "NAME"
66
create function - define a new function
@@ -59,7 +59,7 @@ functions, as explained below.
5959
.SH "C FUNCTIONS"
6060
Functions written in C can be defined to Postgres, which will dynamically
6161
load them into its address space. The loading happens either using
62-
.IR load (l)
62+
.IR load(l)
6363
or automatically the first time the function is necessary for
6464
execution. Repeated execution of a function will cause negligible
6565
additional overhead, as the function will remain in a main memory
@@ -201,7 +201,7 @@ Under HP-UX, DEC OSF/1, AIX and SunOS 4, all object files must be
201201
turned into
202202
.IR "shared libraries"
203203
using the operating system's native object file loader,
204-
.IR ld (1).
204+
.IR ld(1).
205205
.PP
206206
Under HP-UX, an object file must be compiled using the native HP-UX C
207207
compiler,

src/man/create_operator.l

Lines changed: 3 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/create_operator.l,v 1.5 1998/06/23 17:52:32 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create operator - define a new user operator
@@ -66,7 +66,7 @@ The name of the operator,
6666
can be composed of symbols only. Also, the
6767
.IR func_name
6868
procedure must have been previously defined using
69-
.IR "create_function" (l)
69+
.IR create_function(l)
7070
and must have one or two arguments.
7171
.PP
7272
.\" that multiple instances of the
@@ -191,7 +191,7 @@ is present in the qualification, then Postgres may have to estimate the
191191
fraction of the instances in MYBOXES that satisfy the clause. The
192192
function res_proc must be a registered function (meaning it is already
193193
defined using
194-
.IR "define function" (l))
194+
.IR create_function(l))
195195
which accepts one argument of the correct data type and returns a
196196
floating point number. The query optimizer simply calls this
197197
function, passing the parameter "0,0,1,1"

src/man/create_rule.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/create_rule.l,v 1.8 1998/06/23 17:52:32 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.9 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create rule - define a new rule
@@ -140,8 +140,7 @@ select * from EMP
140140
.PP
141141
You must have
142142
.IR "rule definition"
143-
access to a class in order to define a rule on it (see
144-
.IR "change acl" (l).
143+
access to a class in order to define a rule on it.
145144
.SH EXAMPLES
146145
.nf
147146
--

src/man/create_table.l

Lines changed: 4 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.20 1998/06/24 12:52:47 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.21 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
55
.SH NAME
66
create table - create a new class
@@ -63,11 +63,11 @@ Each new class
6363
.IR classname
6464
is automatically created as a type. Therefore, one or more instances
6565
from the class are automatically a type and can be used in
66-
.IR "alter_table" (l)
66+
.IR alter_table(l)
6767
or other
68-
.BR "create table"
68+
.BR create_table(l)
6969
statements. See
70-
.IR pgintro (1)
70+
.IR pgintro(1)
7171
for a further discussion of this point.
7272
.PP
7373
The optional

src/man/create_type.l

Lines changed: 2 additions & 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/create_type.l,v 1.5 1998/06/23 17:52:33 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create type - define a new base data type
@@ -28,7 +28,7 @@ defined for this database.
2828
.PP
2929
.BR "Create type"
3030
requires the registration of two functions (using
31-
.IR "create_function" (l))
31+
.IR create_function(l))
3232
before defining the type. The representation of a new base type is
3333
determined by
3434
.IR input_function ,

src/man/create_user.l

Lines changed: 2 additions & 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/create_user.l,v 1.2 1998/03/06 18:03:21 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_user.l,v 1.3 1998/06/24 13:21:24 momjian Exp $
44
.TH "CREATE USER" SQL 01/26/98 PostgreSQL PostgreSQL
55
.SH NAME
66
create user -- create a new user within a PostgreSQL instance
@@ -87,4 +87,4 @@ create user tab with password jw8s0F4 valid until 'Jan 1 2002';
8787
create user tab with password jw8s0F4 createdb;
8888
.fi
8989
.SH "SEE ALSO"
90-
pg_crypt(3), alter_user(l), drop_user(l).
90+
alter_user(l), drop_user(l).

src/man/create_version.l

Lines changed: 2 additions & 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/create_version.l,v 1.4 1998/06/23 17:52:34 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.5 1998/06/24 13:21:25 momjian Exp $
44
.TH "CREATE VERSION" SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
create version - construct a version class
@@ -62,7 +62,7 @@ in [ONG90].
6262
create version foobar from barfoo [ "Jan 17 1990" ]
6363
.fi
6464
.SH "SEE ALSO"
65-
create_view(l), merge(l).
65+
create_view(l).
6666
.SH "BUGS"
6767
Snapshots (i.e., the optional
6868
.IR abstime

src/man/createdb.1

Lines changed: 3 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/createdb.1,v 1.8 1998/01/29 02:26:33 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.9 1998/06/24 13:21:25 momjian Exp $
44
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb - create a database
@@ -41,7 +41,7 @@ and
4141
environment variables will be passed on to
4242
.IR psql
4343
and processed as described in
44-
.IR psql (1).
44+
.IR psql(1).
4545
.PP
4646
The optional argument
4747
.IR dbname
@@ -59,7 +59,7 @@ understands the following command-line options:
5959
Specifies an authentication system
6060
.IR "system"
6161
(see
62-
.IR pgintro (1))
62+
.IR pgintro(1))
6363
to use in connecting to the
6464
.IR postmaster
6565
process. This option no longer has any effect.

src/man/createuser.1

Lines changed: 3 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/createuser.1,v 1.7 1998/03/06 18:03:31 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
44
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser - create a Postgres user
@@ -37,7 +37,7 @@ environment
3737
variables will be passed on to
3838
.IR psql
3939
and processed as described in
40-
.IR psql (1).
40+
.IR psql(1).
4141
.PP
4242
The optional argument
4343
.IR username
@@ -52,7 +52,7 @@ understands the following command-line options:
5252
Specifies an authentication system
5353
.IR "system"
5454
(see
55-
.IR pgintro (1))
55+
.IR pgintro(1))
5656
to use in connecting to the
5757
.IR postmaster
5858
process. This option no longer has any effect.

src/man/delete.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/delete.l,v 1.3 1998/01/11 22:17:24 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.4 1998/06/24 13:21:25 momjian Exp $
44
.TH DELETE SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
delete - delete instances from a class
@@ -17,9 +17,7 @@ If the qualification is absent, the effect is to delete all instances
1717
in the class. The result is a valid, but empty class.
1818
.PP
1919
You must have write access to the class in order to modify it, as well
20-
as read access to any class whose values are read in the qualification
21-
(see
22-
.IR "change acl" (l).
20+
as read access to any class whose values are read in the qualification.
2321
.SH EXAMPLE
2422
.nf
2523
--

src/man/destroydb.1

Lines changed: 3 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/destroydb.1,v 1.7 1998/01/26 01:42:45 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
44
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb - destroy an existing database
@@ -40,7 +40,7 @@ environment
4040
variables will be passed on to
4141
.IR psql
4242
and processed as described in
43-
.IR psql (1).
43+
.IR psql(1).
4444
.PP
4545
The optional argument
4646
.IR dbname
@@ -62,7 +62,7 @@ Prompts before destroying a database (interactive).
6262
Specifies an authentication system
6363
.IR "system"
6464
(see
65-
.IR pgintro (1))
65+
.IR pgintro(1))
6666
to use in connecting to the
6767
.IR postmaster
6868
process. This option no longer has any effect.

src/man/destroyuser.1

Lines changed: 3 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/destroyuser.1,v 1.7 1998/03/06 18:03:35 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
44
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser - destroy a Postgres user and associated databases
@@ -38,7 +38,7 @@ and
3838
environment variables will be passed on to
3939
.IR psql
4040
and processed as described in
41-
.IR psql (1).
41+
.IR psql(1).
4242
.PP
4343
The optional argument
4444
.IR username
@@ -52,7 +52,7 @@ understands the following command-line options:
5252
Specifies an authentication system
5353
.IR "system"
5454
(see
55-
.IR pgintro (1))
55+
.IR pgintro(1))
5656
to use in connecting to the
5757
.IR postmaster
5858
process. This option no longer has any effect.

src/man/drop_database.l

Lines changed: 3 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/drop_database.l,v 1.3 1998/06/23 17:52:35 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
44
.TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
drop database - destroy an existing database
@@ -13,7 +13,7 @@ drop database - destroy an existing database
1313
removes the catalog entries for an existing database and deletes the
1414
directory containing the data. It can only be executed by the
1515
database administrator (see
16-
.IR createdb (l)
16+
.IR createdb(l)
1717
for details).
1818
.SH "SEE ALSO"
1919
create_database(l),
@@ -22,5 +22,5 @@ destroydb(1).
2222
This query should
2323
.BR NOT
2424
be executed interactively. The
25-
.IR destroydb (1)
25+
.IR destroydb(1)
2626
script should be used instead.

src/man/drop_table.l

Lines changed: 2 additions & 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_table.l,v 1.3 1998/06/23 17:52:36 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
44
.TH "DROP TABLE" SQL 09/26/97 PostgreSQL
55
.SH NAME
66
drop table - destroy existing classes
@@ -13,7 +13,7 @@ drop table - destroy existing classes
1313
removes classes from the data base. Only its owner may destroy a
1414
class. A class may be emptied of instances, but not destroyed, by
1515
using
16-
.IR delete (l).
16+
.IR delete(l).
1717
.PP
1818
If a class being destroyed has secondary indices on it, then they will
1919
be removed first. The removal of just a secondary index will not

src/man/drop_user.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_user.l,v 1.1 1998/01/25 07:42:02 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_user.l,v 1.2 1998/06/24 13:21:26 momjian Exp $
44
.TH "DROP USER" SQL 01/26/98 PostgreSQL PostgreSQL
55
.SH NAME
66
drop user -- drop user from within a PostgreSQL instance
@@ -27,4 +27,3 @@ drop user tab;
2727

2828
.SH "SEE ALSO"
2929
alter_user(l), create_user(l).
30-

src/man/drop_view.l

Lines changed: 2 additions & 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_view.l,v 1.3 1998/06/23 17:52:37 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
44
.TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
55
.SH NAME
66
drop view - removes a view from Postgres
@@ -20,4 +20,4 @@ drop view myview
2020
.fi
2121
.SH "SEE ALSO"
2222
create_view(l),
23-
drop_rule(l),
23+
drop_rule(l).

0 commit comments

Comments
 (0)