8000 Rename postgres95 to PostgreSQL. Add comment for SELECT NULL · MangeshVC/postgres@4cecf0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cecf0b

Browse files
committed
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
1 parent 403e9c0 commit 4cecf0b

Some content is hidden

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

61 files changed

+385
-186
lines changed

src/backend/executor/execTuples.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.4 1996/12/07 04:37:06 momjian Exp $
17+
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.4.2.1 1996/12/11 00:30:26 momjian Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -939,6 +939,7 @@ ExecTypeFromTL(List *targetList)
939939
TupleDescInitEntry(typeInfo,
940940
resdom->resno,
941941
resdom->resname,
942+
/* fix for SELECT NULL ... */
942943
get_id_typname(restype?restype:UNKNOWNOID),
943944
0,
944945
false);

src/man/abort.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.1 1996/11/14 10:15:07 scrappy Exp $
4-
.TH ABORT SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.1.2.1 1996/12/11 00:30:44 momjian Exp $
4+
.TH ABORT SQL 01/23/93 PostgreSQL PostgreSQL
55
.\" XXX This .XA has to go after the .TH so that the index page number goes
66
.\" in the right place...
77
.SH Abort

src/man/alter_table.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.1 1996/11/14 10:15:09 scrappy Exp $
4-
.TH "ALTER TABLE" SQL 11/5/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.1.2.1 1996/12/11 00:30:47 momjian Exp $
4+
.TH "ALTER TABLE" SQL 11/5/95 PostgreSQL PostgreSQL
55
.SH NAME
66
alter table \(em add attributes to a class
77
.SH SYNOPSIS

src/man/begin.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.1 1996/11/14 10:15:11 scrappy Exp $
4-
.TH BEGIN SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.1.2.1 1996/12/11 00:30:50 momjian Exp $
4+
.TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
begin \(em begins a transaction
77
.SH SYNOPSIS

src/man/built-in.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2 1996/11/15 17:55:26 momjian Exp $
4-
.TH BUILT-INS INTRO 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2.2.1 1996/12/11 00:30:52 momjian Exp $
4+
.TH BUILT-INS INTRO 11/05/95 PostgreSQL PostgreSQL
55
.SH "DESCRIPTION"
66
This section describes the data types, functions and operators
77
available to users in Postgres as it is distributed.

src/man/catalogs.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.1 1996/11/14 10:15:20 scrappy Exp $
4-
.TH "SYSTEM CATALOGS" INTRO 03/13/94 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.1.2.1 1996/12/11 00:30:54 momjian Exp $
4+
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
55
.SH "Section 7 \(em System Catalogs"
66
.de LS
77
.PP

src/man/cleardbdir.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.1 1996/11/14 10:15:24 scrappy Exp $
4-
.TH CLEARDBDIR UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.1.2.1 1996/12/11 00:30:57 momjian Exp $
4+
.TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
cleardbdir \(em completely destroys all database files
77
.SH SYNOPSIS

src/man/close.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.1 1996/11/14 10:15:27 scrappy Exp $
4-
.TH CLOSE SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.1.2.1 1996/12/11 00:30:58 momjian Exp $
4+
.TH CLOSE SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
close \(em close a cursor
77
.SH SYNOPSIS

src/man/cluster.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.1 1996/11/14 10:15:32 scrappy Exp $
4-
.TH CLUSTER SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.1.2.1 1996/12/11 00:30:59 momjian Exp $
4+
.TH CLUSTER SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
cluster \(em give storage clustering advice to Postgres
77
.SH SYNOPSIS

src/man/commit.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.1 1996/11/14 10:15:36 scrappy Exp $
4-
.TH COMMIT SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.1.2.1 1996/12/11 00:31:00 momjian Exp $
4+
.TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
commit \(em commit the current transaction
77
.SH SYNOPSIS

src/man/copy.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.1 1996/11/14 10:15:39 scrappy Exp $
4-
.TH COPY SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.1.2.1 1996/12/11 00:31:01 momjian Exp $
4+
.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
copy \(em copy data to or from a class from or to a Unix file.
77
.SH SYNOPSIS
@@ -101,7 +101,7 @@ attributes are output as \\N.
101101
A literal backslash character is output as two consecutive backslashes.
102102
A literal tab character is represented as a backslash and a tab.
103103
A literal newline character is represented as a backslash and a newline.
104-
When loading ASCII data not generated by Postgres95, you will need to
104+
When loading ASCII data not generated by PostgreSQL, you will need to
105105
convert backslash characters (\\) to double-backslashes (\\\\) so
106106
they are loaded properly.
107107
.SS "BINARY COPY FORMAT"

src/man/create_aggregate.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.3 1996/12/04 14:23:16 momjian Exp $
4-
.TH "CREATE AGGREGATE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.3.2.1 1996/12/11 00:31:02 momjian Exp $
4+
.TH "CREATE AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create aggregate \(em define a new aggregate
77
.SH SYNOPSIS

src/man/create_database.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_database.l,v 1.1 1996/11/14 10:15:45 scrappy Exp $
4-
.TH "CREATE DATABASE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_database.l,v 1.1.2.1 1996/12/11 00:31:04 momjian Exp $
4+
.TH "CREATE DATABASE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create database \(em create a new database
77
.SH SYNOPSIS

src/man/create_function.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.1 1996/11/14 10:15:48 scrappy Exp $
4-
.TH "CREATE FUNCTION" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.1.2.1 1996/12/11 00:31:05 momjian Exp $
4+
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH "NAME"
66
create function \(em define a new function
77
.SH "SYNOPSIS"

src/man/create_index.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.2 1996/11/16 05:45:56 momjian Exp $
4-
.TH "CREATE INDEX" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.2.2.1 1996/12/11 00:31:06 momjian Exp $
4+
.TH "CREATE INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create index \(em construct a secondary index
77
.SH SYNOPSIS

src/man/create_operator.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.2 1996/11/30 04:56:18 momjian Exp $
4-
.TH "CREATE OPERATOR" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.2.2.1 1996/12/11 00:31:07 momjian Exp $
4+
.TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create operator \(em define a new user operator
77
.SH SYNOPSIS

src/man/create_rule.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.1 1996/11/14 10:16:03 scrappy Exp $
4-
.TH "CREATE RULE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.1.2.1 1996/12/11 00:31:09 momjian Exp $
4+
.TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create rule \(em define a new rule
77
.SH SYNOPSIS

src/man/create_table.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.1 1996/11/14 10:16:08 scrappy Exp $
4-
.TH "CREATE TABLE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.1.2.1 1996/12/11 00:31:10 momjian Exp $
4+
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create table \(em create a new class
77
.SH SYNOPSIS

src/man/create_type.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.1 1996/11/14 10:16:12 scrappy Exp $
4-
.TH "CREATE TYPE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.1.2.1 1996/12/11 00:31:11 momjian Exp $
4+
.TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create type \(em define a new base data type
77
.SH SYNOPSIS

src/man/create_version.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.1 1996/11/14 10:16:15 scrappy Exp $
4-
.TH "CREATE VERSION" SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.1.2.1 1996/12/11 00:31:13 momjian Exp $
4+
.TH "CREATE VERSION" SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
create version \(em construct a version class
77
.SH SYNOPSIS

src/man/create_view.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_view.l,v 1.1 1996/11/14 10:16:17 scrappy Exp $
4-
.TH "CREATE VIEW" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_view.l,v 1.1.2.1 1996/12/11 00:31:14 momjian Exp $
4+
.TH "CREATE VIEW" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create view \(em construct a virtual class
77
.SH SYNOPSIS

src/man/createdb.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1 1996/11/14 10:16:20 scrappy Exp $
4-
.TH CREATEDB UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1.2.1 1996/12/11 00:31:17 momjian Exp $
4+
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb \(em create a database
77
.SH SYNOPSIS

src/man/createuser.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.1 1996/11/14 10:16:23 scrappy Exp $
4-
.TH CREATEUSER UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.1.2.1 1996/12/11 00:31:18 momjian Exp $
4+
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser \(em create a Postgres user
77
.SH SYNOPSIS

src/man/delete.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.1 1996/11/14 10:16:29 scrappy Exp $
4-
.TH DELETE SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.1.2.1 1996/12/11 00:31:19 momjian Exp $
4+
.TH DELETE SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
delete \(em delete instances from a class
77
.SH SYNOPSIS

src/man/destroydb.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.1 1996/11/14 10:16:32 scrappy Exp $
4-
.TH DESTROYDB UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.1.2.1 1996/12/11 00:31:21 momjian Exp $
4+
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb \(em destroy an existing database
77
.SH SYNOPSIS

src/man/destroydb.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.l,v 1.1 1996/11/14 10:16:35 scrappy Exp $
4-
.TH DESTROYDB SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.l,v 1.1.2.1 1996/12/11 00:31:22 momjian Exp $
4+
.TH DESTROYDB SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
drop database \(em destroy an existing database
77
.SH SYNOPSIS

src/man/destroyuser.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.1 1996/11/14 10:16:39 scrappy Exp $
4-
.TH DESTROYUSER UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.1.2.1 1996/12/11 00:31:23 momjian Exp $
4+
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser \(em destroy a Postgres user and associated databases
77
.SH SYNOPSIS

src/man/drop.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.1 1996/11/14 10:16:43 scrappy Exp $
4-
.TH "DROP TABLE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.1.2.1 1996/12/11 00:31:24 momjian Exp $
4+
.TH "DROP TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop table \(em destroy existing classes
77
.SH SYNOPSIS

src/man/drop_aggregate.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_aggregate.l,v 1.1 1996/11/14 10:16:47 scrappy Exp $
4-
.TH "DROP AGGREGATE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_aggregate.l,v 1.1.2.1 1996/12/11 00:31:25 momjian Exp $
4+
.TH "DROP AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop aggregate \(em remove the definition of an aggregate
77
.SH SYNOPSIS

src/man/drop_function.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.1 1996/11/14 10:16:53 scrappy Exp $
4-
.TH "DROP FUNCTION" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.1.2.1 1996/12/11 00:31:27 momjian Exp $
4+
.TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop function \(em remove a user-defined C function
77
.SH SYNOPSIS

src/man/drop_index.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_index.l,v 1.1 1996/11/14 10:17:01 scrappy Exp $
4-
.TH "DROP INDEX" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_index.l,v 1.1.2.1 1996/12/11 00:31:28 momjian Exp $
4+
.TH "DROP INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop index \(em removes an index from Postgres
77
.SH SYNOPSIS

src/man/drop_operator.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_operator.l,v 1.1 1996/11/14 10:17:04 scrappy Exp $
4-
.TH "DROP OPERATOR" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_operator.l,v 1.1.2.1 1996/12/11 00:31:29 momjian Exp $
4+
.TH "DROP OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop operator \(em remove an operator from the system
77
.SH SYNOPSIS

src/man/drop_rule.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_rule.l,v 1.1 1996/11/14 10:17:07 scrappy Exp $
4-
.TH "DROP RULE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_rule.l,v 1.1.2.1 1996/12/11 00:31:30 momjian Exp $
4+
.TH "DROP RULE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop rule \- removes a current rule from Postgres
77
.SH SYNOPSIS

src/man/drop_type.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.1 1996/11/14 10:17:09 scrappy Exp $
4-
.TH "DROP TYPE" SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.1.2.1 1996/12/11 00:31:32 momjian Exp $
4+
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop type \(em remove a user-defined type from the system catalogs
77
.SH SYNOPSIS

src/man/end.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.1 1996/11/14 10:17:10 scrappy Exp $
4-
.TH END SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.1.2.1 1996/12/11 00:31:33 momjian Exp $
4+
.TH END SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
end \(em commit the current transaction
77
.SH SYNOPSIS

src/man/fetch.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.1 1996/11/14 10:17:13 scrappy Exp $
4-
.TH FETCH SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.1.2.1 1996/12/11 00:31:34 momjian Exp $
4+
.TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
fetch \(em fetch instance(s) from a cursor
77
.SH SYNOPSIS

src/man/grant.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.1 1996/11/14 10:17:15 scrappy Exp $
4-
.TH GRANT SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.1.2.1 1996/12/11 00:31:35 momjian Exp $
4+
.TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
grant \(em grant access control to a user or group
77
.SH SYNOPSIS

0 commit comments

Comments
 (0)
0