]> granicus.if.org Git - postgresql/commitdiff
cleanup
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Jun 1998 13:21:30 +0000 (13:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Jun 1998 13:21:30 +0000 (13:21 +0000)
42 files changed:
src/man/alter_table.l
src/man/cleardbdir.1
src/man/copy.l
src/man/create_function.l
src/man/create_operator.l
src/man/create_rule.l
src/man/create_table.l
src/man/create_type.l
src/man/create_user.l
src/man/create_version.l
src/man/createdb.1
src/man/createuser.1
src/man/delete.l
src/man/destroydb.1
src/man/destroyuser.1
src/man/drop_database.l
src/man/drop_table.l
src/man/drop_user.l
src/man/drop_view.l
src/man/ecpg.1
src/man/fetch.l
src/man/grant.l
src/man/initdb.1
src/man/insert.l
src/man/large_objects.3
src/man/libpq.3
src/man/listen.l
src/man/notify.l
src/man/pg_dump.1
src/man/pg_dumpall.1
src/man/pg_hba.conf.5
src/man/pg_passwd.1
src/man/pgbuiltin.3
src/man/pgintro.1
src/man/postmaster.1
src/man/psql.1
src/man/reset.l
src/man/revoke.l
src/man/select.l
src/man/set.l
src/man/show.l
src/man/sql.l

index e77502bfe5ccfe3881c9367441bde07b03833c0b..d31af5f72abe6d0943c073a6544f2de0e84a95d2 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.6 1998/06/23 17:52:29 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.7 1998/06/24 13:21:23 momjian Exp $
 .TH "ALTER TABLE" SQL 09/25/97 PostgreSQL
 .SH NAME
 alter table - add attributes to a class, or rename an attribute or class
@@ -30,7 +30,7 @@ after this command is executed.
 .PP
 The new attributes and their types are specified
 in the same style and with the the same restrictions as in
-.IR "create_table" (l).
+.IR create_table(l).
 .PP
 In order to add an attribute to each class in an entire inheritance
 hierarchy, use the
@@ -52,7 +52,7 @@ For efficiency reasons, default values for added attributes are not
 placed in existing instances of a class.  That is, existing instances
 will have NULL values in the new attributes.  If non-NULL values are
 desired, a subsequent
-.IR update (l)
+.IR update(l)
 query should be run.
 .PP
 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
 alter table person * rename column last_name to family_name
 .fi
 .SH "SEE ALSO"
-create_table (l),
-update (l).
-
+create_table(l),
+update(l).
index 54809b91347e7f1df3b977b3e686aa3d07fd7b19..7ee05307eb9870d38b64402ba572039a84514a7e 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.3 1998/01/11 22:17:07 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.4 1998/06/24 13:21:23 momjian Exp $
 .TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 cleardbdir - completely destroys all database files
@@ -20,4 +20,3 @@ should ensure the
 process is not running before running cleardbdir.
 .SH "SEE ALSO"
 initdb(1)
-
index 2cb0617956f243661fee3c848f38cb6fa61e6ebf..9372a8f92e740f79231788a918dfd35f18166682 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.5 1998/06/23 17:52:30 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
 .TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 copy - copy data to or from a class from or to a Unix file.
@@ -153,7 +153,7 @@ in the event of a
 but the target relation will, of course, be partially modified in a
 .BR "copy to" .
 The 
-.IR vacuum (l)
+.IR vacuum(l)
 query should be used to clean up after a failed
 .BR "copy" .
 .PP
index 8436d8f1c62b157ea17eeadd9a4f8a0c1fa7ef58..a79524243b4c82846d24a7ac9996547b71a261d4 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.9 1998/06/23 17:52:31 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.10 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH "NAME"
 create function - define a new function
@@ -59,7 +59,7 @@ functions, as explained below.
 .SH "C FUNCTIONS"
 Functions written in C can be defined to Postgres, which will dynamically
 load them into its address space.  The loading happens either using
-.IR load (l)
+.IR load(l)
 or automatically the first time the function is necessary for
 execution. Repeated execution of a function will cause negligible
 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
 turned into
 .IR "shared libraries"
 using the operating system's native object file loader,
-.IR ld (1).
+.IR ld(1).
 .PP
 Under HP-UX, an object file must be compiled using the native HP-UX C
 compiler,
index 2a5609d5b1998e1fe0aec35d5805cfefa1787802..db6b126241b9cb82e4527226f8c20e8ec9c84806 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.5 1998/06/23 17:52:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 create operator - define a new user operator
@@ -66,7 +66,7 @@ The name of the operator,
 can be composed of symbols only.  Also, the
 .IR func_name
 procedure must have been previously defined using
-.IR "create_function" (l)
+.IR create_function(l)
 and must have one or two arguments.
 .PP
 .\" that multiple instances of the 
@@ -191,7 +191,7 @@ is present in the qualification, then Postgres may have to estimate the
 fraction of the instances in MYBOXES that satisfy the clause.  The
 function res_proc must be a registered function (meaning it is already
 defined using
-.IR "define function" (l))
+.IR create_function(l))
 which accepts one argument of the correct data type and returns a
 floating point number.  The query optimizer simply calls this
 function, passing the parameter "0,0,1,1"
index a8612d429c9fab5cb39fadfe64f37943ed8c27c6..d83749f7bae2f143cf5cc88389325e68cb79c569 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.8 1998/06/23 17:52:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.9 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 create rule - define a new rule
@@ -140,8 +140,7 @@ select * from EMP
 .PP
 You must have
 .IR "rule definition"
-access to a class in order to define a rule on it (see
-.IR "change acl" (l).
+access to a class in order to define a rule on it.
 .SH EXAMPLES
 .nf
 --
index aa42576a19b77678af4325c8343e2d78db36ba4a..264c0edd0ef30b61e42cc7c9675c14369245378b 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.20 1998/06/24 12:52:47 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.21 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
 .SH NAME
 create table - create a new class
@@ -63,11 +63,11 @@ Each new class
 .IR classname 
 is automatically created as a type.  Therefore, one or more instances
 from the class are automatically a type and can be used in 
-.IR "alter_table" (l)
+.IR alter_table(l)
 or other 
-.BR "create table"
+.BR create_table(l)
 statements.  See 
-.IR pgintro (1)
+.IR pgintro(1)
 for a further discussion of this point.
 .PP
 The optional
index 49272216caa8809aea0f0a032f6ad5e43569d3b3..60292da6fdc70ca5ca500f97c95c083c24b30968 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.5 1998/06/23 17:52:33 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 create type - define a new base data type 
@@ -28,7 +28,7 @@ defined for this database.
 .PP
 .BR "Create type"
 requires the registration of two functions (using
-.IR "create_function" (l))
+.IR create_function(l))
 before defining the type.  The representation of a new base type is
 determined by 
 .IR input_function ,
index e39ea0f73b70a5d1d2676bcecf90d4632bc851b2..52119849b5c30d72ebf4c0e9b67c804ed540c204 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_user.l,v 1.2 1998/03/06 18:03:21 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_user.l,v 1.3 1998/06/24 13:21:24 momjian Exp $
 .TH "CREATE USER" SQL 01/26/98 PostgreSQL PostgreSQL
 .SH NAME
 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';
 create user tab with password jw8s0F4 createdb;
 .fi
 .SH "SEE ALSO"
-pg_crypt(3), alter_user(l), drop_user(l).
+alter_user(l), drop_user(l).
index 43f885863d767205c6b3200d4472c0acfb45ec1f..f5cc59e6ddb70f74fe9508f6ea32a6993d12cd12 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.4 1998/06/23 17:52:34 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.5 1998/06/24 13:21:25 momjian Exp $
 .TH "CREATE VERSION" SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
 create version - construct a version class 
@@ -62,7 +62,7 @@ in [ONG90].
 create version foobar from barfoo [ "Jan 17 1990" ]
 .fi
 .SH "SEE ALSO"
-create_view(l), merge(l)
+create_view(l). 
 .SH "BUGS"
 Snapshots (i.e., the optional 
 .IR abstime 
index 4650839a5994a2f0288f1bb894508267fcd07119..ff879281bd7f6d53c636f4fc28c48c6020a6a5e0 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.8 1998/01/29 02:26:33 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.9 1998/06/24 13:21:25 momjian Exp $
 .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 createdb - create a database
@@ -41,7 +41,7 @@ and
 environment variables will be passed on to
 .IR psql
 and processed as described in 
-.IR psql (1).
+.IR psql(1).
 .PP
 The optional argument
 .IR dbname
@@ -59,7 +59,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.
index ca10405135bc5268b295342152ecb61bc60de671..246e98d5628a47fa63d5a7234bf8021efecbd622 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.7 1998/03/06 18:03:31 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
 .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 createuser - create a Postgres user
@@ -37,7 +37,7 @@ environment
 variables will be passed on to
 .IR psql
 and processed as described in 
-.IR psql (1).
+.IR psql(1).
 .PP
 The optional argument
 .IR username
@@ -52,7 +52,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.
index 230b1472b49d9168430bd91879f9a767fc6a40c3..90b3bf09db58b00d993c60067cbec1dd759f24a9 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.3 1998/01/11 22:17:24 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.4 1998/06/24 13:21:25 momjian Exp $
 .TH DELETE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 delete - delete instances from a class
@@ -17,9 +17,7 @@ If the qualification is absent, the effect is to delete all instances
 in the class.  The result is a valid, but empty class.
 .PP
 You must have write access to the class in order to modify it, as well
-as read access to any class whose values are read in the qualification
-(see
-.IR "change acl" (l).
+as read access to any class whose values are read in the qualification.
 .SH EXAMPLE
 .nf
 --
index b451df6c5182ab0e50fe22d4d867ad355c3d6d86..d290e780be8b08ae5ed9f6dc455df4f4ce3961a0 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.7 1998/01/26 01:42:45 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
 .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 destroydb - destroy an existing database
@@ -40,7 +40,7 @@ environment
 variables will be passed on to
 .IR psql
 and processed as described in 
-.IR psql (1).
+.IR psql(1).
 .PP
 The optional argument
 .IR dbname
@@ -62,7 +62,7 @@ Prompts before destroying a database (interactive).
 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.
index 2cd131e944a36948a5d9460d624fa5b6ddb297b5..c8848cf26259c84beee0ce9062c798adced4211e 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.7 1998/03/06 18:03:35 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
 .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 destroyuser - destroy a Postgres user and associated databases
@@ -38,7 +38,7 @@ and
 environment variables will be passed on to
 .IR psql
 and processed as described in 
-.IR psql (1).
+.IR psql(1).
 .PP
 The optional argument
 .IR username
@@ -52,7 +52,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.
index 6301a5ff416f948a3a49c99fd9ccb3cddeaacd1d..7001e6fcf2781ba88982f93baa83f25657b54e70 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.3 1998/06/23 17:52:35 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
 .TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
 drop database - destroy an existing database
@@ -13,7 +13,7 @@ drop database - destroy an existing database
 removes the catalog entries for an existing database and deletes the
 directory containing the data.  It can only be executed by the
 database administrator (see
-.IR createdb (l)
+.IR createdb(l)
 for details).
 .SH "SEE ALSO"
 create_database(l),
@@ -22,5 +22,5 @@ destroydb(1).
 This query should 
 .BR NOT
 be executed interactively.  The 
-.IR destroydb (1)
+.IR destroydb(1)
 script should be used instead.
index 23ad4ce1dc7a4cac8f312a0a59041b1ff63825cd..4fd2660b03979af7fec936594f2bf5849231a985 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.3 1998/06/23 17:52:36 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
 .TH "DROP TABLE" SQL 09/26/97 PostgreSQL
 .SH NAME
 drop table - destroy existing classes
@@ -13,7 +13,7 @@ drop table - destroy existing classes
 removes classes from the data base.  Only its owner may destroy a
 class.  A class may be emptied of instances, but not destroyed, by
 using 
-.IR delete (l).
+.IR delete(l).
 .PP
 If a class being destroyed has secondary indices on it, then they will
 be removed first.  The removal of just a secondary index will not
index 1300506608371842421faa4af1a8c774debb592c..e88a47f09b8ae8cb4f12777c8ac6873b215896c3 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_user.l,v 1.1 1998/01/25 07:42:02 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_user.l,v 1.2 1998/06/24 13:21:26 momjian Exp $
 .TH "DROP USER" SQL 01/26/98 PostgreSQL PostgreSQL
 .SH NAME
 drop user -- drop user from within a PostgreSQL instance
@@ -27,4 +27,3 @@ drop user tab;
 
 .SH "SEE ALSO"
 alter_user(l), create_user(l).
-
index 25584efc55f15b8090b0a4b9eebbf2c3cfc93c9b..80959379927a40cd5c9a8815d761e4819c0ad81f 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.3 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
 .TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
 .SH NAME
 drop view - removes a view from Postgres
@@ -20,4 +20,4 @@ drop view myview
 .fi
 .SH "SEE ALSO"
 create_view(l),
-drop_rule(l),
+drop_rule(l).
index c43781bf6f18bddcc4a51811832b5fe251047133..e5aa8af2848846b649c5e34985b41e3de346096b 100644 (file)
@@ -65,4 +65,3 @@ ecpg cannot use pointer variables except [unsigned] char *
 returns 0 to the shell on successful completion, -1 for errors,
 .SH "SEE ALSO"
 cc(1).
-
index 906047eb96ace3bd301de99e451a190668346235..36cdc8d0c001dd765a83d7f65f46b9f3377e0840 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.6 1998/03/23 15:09:29 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.7 1998/06/24 13:21:26 momjian Exp $
 .TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
 fetch - fetch instance(s) from a cursor
@@ -32,9 +32,9 @@ view updates.  Consequently, users must issue explicit replace
 commands to update data.
 .PP
 Cursors may only be used inside of transaction blocks marked by 
-.IR begin (l)
+.IR begin(l)
 and
-.IR commit (l)
+.IR commit(l)
 because the data that they store spans multiple user queries.
 .SH EXAMPLE
 .nf
index 35c9cb1781c175e14ccfd621f081e71661269ed5..5d00e549964eab51b5b6012b7a04cb2272885132 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.4 1998/03/26 21:01:47 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.5 1998/06/24 13:21:26 momjian Exp $
 .TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 grant - grant access control to a user or group
@@ -28,4 +28,4 @@ grant insert
        to public
 .fi
 .SH "SEE ALSO"
-revoke(l)
+revoke(l).
index 77e8e93fdc0a26a7b7aa748b90228ee109e8108b..8bce88f905637b0c94ca7a20710dedb000b6aedb 100644 (file)
@@ -1,5 +1,5 @@
 .\" This is -*-nroff-*-
-.\" $Header: /cvsroot/pgsql/src/man/Attic/initdb.1,v 1.3 1998/01/11 22:17:38 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/initdb.1,v 1.4 1998/06/24 13:21:26 momjian Exp $
 .TH INITDB UNIX 11/29/96 PostgreSQL PostgreSQL
 .SH NAME
 initdb - create a new Postgres database system
@@ -243,6 +243,4 @@ vacuum(l),
 bki(5),
 create_database(l),
 createuser(1),
-psql(1)
-
-
+psql(1).
index 8d9d1b74716e0c315e7b39daa650b0ffc57b91a0..0bc3ff539da8b01b83cf901b75d26d8036adfc5b 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.10 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.11 1998/06/24 13:21:27 momjian Exp $
 .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 insert - insert tuples to a relation
@@ -61,7 +61,7 @@ or
 is an integer constant and
 .IR array_str
 is an array constant (see
-.IR pgintro (1)).
+.IR pgintro(1)).
 .PP
 
 If the user does not specify any array bounds (as in the third form)
@@ -77,8 +77,7 @@ contain garbage.
 .PP
 You must have write or append access to a class in order to append to
 it, as well as read access on any class whose values are read in the
-target list or qualification (see
-.IR "change acl" (l)).
+target list or qualification.
 .SH EXAMPLES
 .nf
 --
index adce6bd62b7b969f402d1643e3b6f8218c6cd382..5d7d2b36cf379d4a55a2ed699a9170100f3e9cab 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.8 1998/06/24 13:21:27 momjian Exp $
 .TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
 .SH DESCRIPTION
 .PP
@@ -42,10 +42,10 @@ for dynamically-loaded C functions as well as for \*(LQ.
 .PP
 The Postgres large object interface is modeled after the Unix file
 system interface, with analogues of
-.I open (2),
-.I read (2),
-.I write (2),
-.I lseek (2),
+.I open(2),
+.I read(2),
+.I write(2),
+.I lseek(2),
 etc.  User functions call these routines to retrieve only the data of
 interest from a large object.  For example, if a large object type
 called
@@ -259,7 +259,7 @@ library.
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.8 1998/06/24 13:21:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f62af0616ae25d8b0a63e071eb5f8ee297f3dfb6..1675a8ea7a368cf7f14504c68b5aa6277392007e 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.16 1998/04/26 04:09:48 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.17 1998/06/24 13:21:27 momjian Exp $
 .TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL
 .SH DESCRIPTION
 Libpq is the programmer's interface to Postgres.  Libpq is a set of
@@ -488,13 +488,13 @@ backend server) into a buffer
 of size
 .I length .
 Like
-.I fgets (3),
+.I fgets(3),
 this routine copies up to 
 .I length "-1"
 characters into 
 .I string .
 It is like 
-.I gets (3),
+.I gets(3),
 however, in that it converts the terminating newline into a null
 character.
 .IP
@@ -599,9 +599,9 @@ routines no longer have any effect and should not be used.
 .IP
 Returns a pointer to static space containing whatever name the user
 has authenticated.  Use of this routine in place of calls to
-.I getenv (3)
+.I getenv(3)
 or 
-.I getpwuid (3)
+.I getpwuid(3)
 by applications is highly recommended, as it is entirely possible that
 the authenticated user name is 
 .B not
index 676cf709b80de91e7bf944ca8e3297ac292fcf8d..d18d3fdd7f07e8ee0b85d966f67c4be710e9ac0f 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.5 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.6 1998/06/24 13:21:27 momjian Exp $
 .TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
 .SH NAME
 listen - listen for notification on a relation
@@ -40,5 +40,5 @@ There is no way to un-\c
 except to drop the connection (i.e., restart the backend server).
 .PP
 The
-.IR psql (1)
+.IR psql(1)
 command does not poll for asynchronous events.
index 81e962831df244f4c832106d81510f1acd662711..50f44b442e55f0d0e42e6e9c9221ed4e1eea6dea 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.3 1998/01/11 22:17:45 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.4 1998/06/24 13:21:27 momjian Exp $
 .TH "NOTIFY" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 notify - signal all frontends and backends listening on a class
@@ -12,7 +12,7 @@ notify - signal all frontends and backends listening on a class
 .BR notify
 is used to awaken all backends and consequently all frontends
 that have executed 
-.IR listen (l)
+.IR listen(l)
 on
 .IR class_name .
 This can be used either within an instance-level rule as part of the
@@ -45,4 +45,4 @@ never be processed.
 .SH "SEE ALSO"
 define rule(l),
 listen(l),
-libpq.
+libpq(3).
index 33f66f05480c20dd37f082964a589f95f07e70d4..c34fe322a7ddfb1b8ef59f61ecb1344c6a8cdc0e 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.10 1998/01/29 02:26:47 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.11 1998/06/24 13:21:28 momjian Exp $
 .TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
 pg_dump - dumps out a Postgres database into a script file
@@ -128,4 +128,4 @@ To reload it:
        psql -e database <db.out
 
 .SH "SEE ALSO"
-copy(l)
+copy(l).
index aefadaaac93dc3e0a5305e8a079758675347d67e..7bd41b15de1cbaf339ab3fc2dee38184ab17b8f7 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dumpall.1,v 1.4 1998/03/06 18:03:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dumpall.1,v 1.5 1998/06/24 13:21:28 momjian Exp $
 .TH pg_dumpall UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
 pg_dumpall - dumps out all Postgres databases into a script file
@@ -26,4 +26,4 @@ To reload into a fresh installation (you can use psql options):
 
 .fi
 .SH "SEE ALSO"
-pg_dump(1)
+pg_dump(1).
index 32166ea2d338327b6d781ff93fe4207f5ad00140..758d3ac6606d6db3b5814d70258226f504e4823a 100644 (file)
@@ -1,5 +1,5 @@
 .\" This is -*-nroff-*-
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.5 1998/03/06 18:03:38 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.6 1998/06/24 13:21:28 momjian Exp $
 .TH pg_hba.conf 5 1/26/98 PostgreSQL PostgreSQL
 .SH NAME
 $PGDATA/pg_hba.conf
@@ -112,4 +112,3 @@ host        all     192.168.0.0     255.255.255.0           crypt
 
 .SH "SEE ALSO"
 pgintro(1).
-
index 69f2b9540462069367a3f7aad2d276d99ce08643..1aa3475905d9bfcaca902a7824c77e5cb54b5e07 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_passwd.1,v 1.3 1998/01/26 01:42:49 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_passwd.1,v 1.4 1998/06/24 13:21:28 momjian Exp $
 .TH PG_PASSWD UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 pg_passwd - manipulate the flat password file
@@ -113,4 +113,3 @@ $PGDATA/pg_hba.conf
 The Host Based Authentication file
 .SH "SEE ALSO"
 psql(1).
-
index 35428b761861354f77bf9fcc41e3e67dba5fd734..5551a7379ab5575428e6b129ca15b749b243d280 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.10 1997/11/18 23:04:27 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.11 1998/06/24 13:21:29 momjian Exp $
 .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
 .PP
 .SH "DESCRIPTION"
@@ -80,14 +80,14 @@ and
 the input can have any of a wide variety of styles. For numeric date representations,
 European and US conventions can differ, and the proper interpretation is obtained
 by using the
-.IR set (l)
+.IR set(l)
 command before entering data.
 Output formats can be set to one of three styles: 
 ISO-8601, SQL (traditional Oracle/Ingres), and traditional
 Postgres (see section on
 .IR "absolute time" )
 with the SQL style having European and US variants (see
-.IR set (l)).
+.IR set(l)).
 
 In future releases, the number of date/time types will decrease, with the current
 implementation of datetime becoming timestamp, timespan becoming interval,
@@ -528,12 +528,12 @@ Consult those
 commands for more listings.
 .PP
 .SH "SEE ALSO"
-.IR set (l),
-.IR show (l),
-.IR reset (l),
-.IR psql (1).
+.IR set(l),
+.IR show(l),
+.IR reset(l),
+.IR psql(1).
 For examples on specifying literals of built-in types, see
-.IR SQL (l).
+.IR SQL(l).
 .PP
 .SH BUGS
 Although most of the input and output functions corresponding to the
index 54d5fce67d90407efd9876a53a430d5b5dfd5384..291bcb0070533ba53f081d97aa029484d8bf132c 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.6 1998/06/24 13:05:01 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.7 1998/06/24 13:21:29 momjian Exp $
 .TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
 .SP INFORMATION UNIX 11/05/95
 .BH "SECTION 2 - Unix COMMANDS (Unix)"
@@ -36,7 +36,7 @@ or DBA, is the person who is responsible for installing Postgres to
 enforce a security policy for a site.  The DBA can add new users by
 the method described below 
 and maintain a set of template databases for use by
-.IR createdb (1).
+.IR createdb(1).
 .PP
 The
 .IR postmaster
@@ -51,7 +51,7 @@ can take several command-line arguments to tune its behavior.
 However,
 supplying arguments is necessary only if you intend to run multiple
 sites or a non-default site.  See
-.IR postmaster (1)
+.IR postmaster(1)
 for details.
 .PP
 The
@@ -97,7 +97,7 @@ identity is performed in a variety of ways.
 .SS "From the user shell"
 A backend server started from a user shell notes the user's (effective)
 user-id before performing a 
-.IR setuid (3)
+.IR setuid(3)
 to the user-id of user \*(lqpostgres\*(rq.  The effective user-id is used
 as the basis for access control checks.  No other authentication is
 conducted.
@@ -126,7 +126,7 @@ system catalogs (or modification of their schemas) is never allowed.
 .SS "Access Privilege
 The use of access privilege to limit reading, writing and setting
 of rules on classes is covered in
-.IR "grant/revoke" (l).
+.IR grant/revoke(l).
 .SS "Class removal and schema modification"
 Commands that destroy or modify the structure of an existing class,
 such as
@@ -260,9 +260,9 @@ normal
 .IR Kerberos
 service.  For details on the use of authentication, see the manual
 pages for 
-.IR postmaster (1)
+.IR postmaster(1)
 and 
-.IR psql (1).
+.IR psql(1).
 .PP
 In the 
 .IR Kerberos
index d11b9eeb735760fbff9a63a53853b6e190773eee..1455dc0592d4d33355961fdfc725d03b94dca5b5 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.11 1998/01/26 01:42:52 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.12 1998/06/24 13:21:29 momjian Exp $
 .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH "NAME"
 postmaster - run the Postgres postmaster
@@ -91,7 +91,7 @@ discarded.
 Specifies whether or not to use the authentication system 
 .IR "system"
 (see 
-.IR pgintro (1))
+.IR pgintro(1))
 for frontend applications to use in connecting to the 
 .IR postmaster
 process.  Specify
@@ -180,7 +180,7 @@ program to examine shared memory and semaphore state.
 .TP
 .BR "-o" " backend_options"
 The 
-.IR postgres (1)
+.IR postgres(1)
 options specified in
 .IR "backend_options"
 are passed to all backend server processes started by this
@@ -226,7 +226,7 @@ as this will prevent the
 from freeing the system resources (e.g., shared memory and semaphores)
 that it holds before dying.  This prevents you from having to deal with
 the problem with
-.IR shmat (2)
+.IR shmat(2)
 described below.
 .SH "EXAMPLES"
 .nf
index 16999b7bab297c944a4c7cd7d86b5d620c80feaa..bea7923c62a5657d61b85f47578773c2c24a6b8e 100644 (file)
@@ -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).
-
index dbeaff0726c567c1b50a6c53b10295cf1a25e47c..67a79018d6377fdca83aade5ad077cb96e96188b 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.3 1998/01/11 22:17:55 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.4 1998/06/24 13:21:29 momjian Exp $
 .TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
 reset - restore run-time parameters for session to default values
@@ -15,13 +15,13 @@ will display the current configuration parameters for
 during a session.
 .PP
 The session can be configured using
-.IR set (l),
+.IR set(l),
 and values can be displayed using
-.IR show (l).
+.IR show(l).
 Parameters and values are case-insensitive.
 .PP
 See
-.IR set (l)
+.IR set(l)
 for more information on available variables.
 
 .SH EXAMPLES
index 312d687555c64786c6d2e4a73122f9fe6e1c3c41..d1363ae976fcad8fd345f12d34571eca0dc8e9f9 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/revoke.l,v 1.3 1998/01/11 22:17:56 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/revoke.l,v 1.4 1998/06/24 13:21:29 momjian Exp $
 .TH REVOKE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 revoke - revoke access privileges
@@ -26,4 +26,4 @@ revoke insert
        from public
 .fi
 .SH "SEE ALSO"
-grant(l)
+grant(l).
index a21c1767c2819e1c7417d9c353d1e64d88981391..5ffa34922b8bd8698d9a5044e15135229c32c96e 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.8 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.9 1998/06/24 13:21:29 momjian Exp $
 .TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 select - retrieve instances from a class
@@ -71,7 +71,7 @@ of the system depends on whether you used "nested dots" to project
 out attributes of the complex type or not.  See the examples below.
 .PP
 You must have read access to a class to read its values (see
-.IR "grant/revoke" (l).
+.IR grant/revoke(l).
 .SH EXAMPLES
 .nf
 --
index cfa905d656923a44601f3d5b969d23dc47d9f75b..7cd257d6627edc9c095c84dc8e28789243dd1644 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.8 1998/01/11 22:17:58 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.9 1998/06/24 13:21:30 momjian Exp $
 .TH SET SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
 set - set run-time parameters for session
@@ -15,9 +15,9 @@ will modify configuration parameters for
 during a session.
 .PP
 Current values can be obtained using
-.IR show (l),
+.IR show(l),
 and values can be restored to the defaults using
-.IR reset (l).
+.IR reset(l).
 Parameters and values are case-insensitive.
 Note that the value field is always specified as a string, so
 is enclosed in single-quotes.
@@ -25,7 +25,7 @@ is enclosed in single-quotes.
 .IR DateStyle
 determines the output format for the date and time data types.
 See
-.IR "pgbuiltin" (3)
+.IR pgbuiltin(3)
 for more information on available styles.
 
 .ce 1
index 67a6acaef6021f80c9ba55cfcae8ff23e7cef542..3fde3d8acfec7f628a5ba2f85ecde2207c873049 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.3 1998/01/11 22:17:59 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.4 1998/06/24 13:21:30 momjian Exp $
 .TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
 show - show run-time parameters for session
@@ -15,13 +15,13 @@ will display the current configuration parameters for
 during a session.
 .PP
 The session can be configured using
-.IR set (l),
+.IR set(l),
 and values can be restored to the defaults using
-.IR reset (l).
+.IR reset(l).
 Parameters and values are case-insensitive.
 .PP
 See
-.IR set (l)
+.IR set(l)
 for more information on available variables.
 
 .SH EXAMPLES
index e3e4cbe8087c808feb0685deaa5383afed0361a4..97dd59416b623771e58f6173a985bf6cbdab4914 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.11 1998/04/26 04:09:51 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.12 1998/06/24 13:21:30 momjian Exp $
 .TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL
 .SH "Section 4 - SQL Commands (COMMANDS)"
 .SH "General Information"
@@ -173,7 +173,7 @@ New and current can only appear in the action portion of a rule, while
 other instance variables can be used in any SQL statement.
 .IR Composite_field
 is a field of of one of the Postgres composite types indicated in the 
-.IR information (l)
+.IR pgbuiltin(l)
 section, while successive composite fields address attributes in the
 class(s) to which the composite field evaluates.  Lastly,
 .IR field