diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-08-26 17:39:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-08-26 17:39:32 +0000 |
commit | 6451b04a08eec52971933a05fdffd8286b25e759 (patch) | |
tree | 09784b684662a321ca63b08e582e5317abeb836c /src | |
parent | ed626314e6358e9e1e2a42b8eab8438b51879138 (diff) | |
download | postgresql-6451b04a08eec52971933a05fdffd8286b25e759.tar.gz postgresql-6451b04a08eec52971933a05fdffd8286b25e759.zip |
rename sections.
Diffstat (limited to 'src')
-rw-r--r-- | src/man/create_table.l | 4 | ||||
-rw-r--r-- | src/man/drop_type.l | 4 | ||||
-rw-r--r-- | src/man/insert.l | 4 | ||||
-rw-r--r-- | src/man/pgbuiltin.3 (renamed from src/man/built-in.3) | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/man/create_table.l b/src/man/create_table.l index 27f59ccd9c9..4bee066f05a 100644 --- a/src/man/create_table.l +++ b/src/man/create_table.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.4 1997/08/26 17:29:52 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.5 1997/08/26 17:39:30 momjian Exp $ .TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME create table \(em create a new class @@ -54,7 +54,7 @@ from the class are automatically a type and can be used in or other .BR "create table" statements. See -.IR pgintro (l) +.IR pgintro (1) for a further discussion of this point. .PP The optional diff --git a/src/man/drop_type.l b/src/man/drop_type.l index a1f8c9305f2..3bf3e0f32bb 100644 --- a/src/man/drop_type.l +++ b/src/man/drop_type.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.3 1997/08/26 17:30:00 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.4 1997/08/26 17:39:30 momjian Exp $ .TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME drop type \(em remove a user-defined type from the system catalogs @@ -23,7 +23,7 @@ deleted type. drop type box .fi .SH "SEE ALSO" -pgintro(l), +pgintro(1), create type(l), drop operator(l). .SH "BUGS" diff --git a/src/man/insert.l b/src/man/insert.l index 02b67584e18..62452c38359 100644 --- a/src/man/insert.l +++ b/src/man/insert.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.3 1997/08/26 17:30:02 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.4 1997/08/26 17:39:31 momjian Exp $ .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME insert \(em insert tuples to a relation @@ -58,7 +58,7 @@ or is an integer constant and .IR array_str is an array constant (see -.IR pgintro (l)). +.IR pgintro (1)). .PP If the user does not specify any array bounds (as in the third form) diff --git a/src/man/built-in.3 b/src/man/pgbuiltin.3 index 5e801b66261..b4dd6c04156 100644 --- a/src/man/built-in.3 +++ b/src/man/pgbuiltin.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.9 1997/08/26 17:00:11 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.1 1997/08/26 17:39:32 momjian Exp $ .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL .SH "DESCRIPTION" This section describes the data types, functions and operators |