Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b41da6

Browse files
committed
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
1 parent7f36a2a commit9b41da6

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.5 1996/12/11 00:26:38 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/93Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.2 1996/12/11 00:26:52 momjian Exp $
4+
.TH ABORT SQL 01/23/93PostgreSQL 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/95Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.2 1996/12/11 00:26:55 momjian Exp $
4+
.TH "ALTER TABLE" SQL 11/5/95PostgreSQL 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/95Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.2 1996/12/11 00:26:59 momjian Exp $
4+
.TH BEGIN SQL 11/05/95PostgreSQL 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/95Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.3 1996/12/11 00:27:02 momjian Exp $
4+
.TH BUILT-INS INTRO 11/05/95PostgreSQL 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/94Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.2 1996/12/11 00:27:04 momjian Exp $
4+
.TH "SYSTEM CATALOGS" INTRO 03/13/94PostgreSQL PostgreSQL
55
.SH "Section 7\(em System Catalogs"
66
.deLS
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/95Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.2 1996/12/11 00:27:05 momjian Exp $
4+
.TH CLEARDBDIR UNIX 11/05/95PostgreSQL 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/95Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.2 1996/12/11 00:27:06 momjian Exp $
4+
.TH CLOSE SQL 11/05/95PostgreSQL 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/93Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.2 1996/12/11 00:27:07 momjian Exp $
4+
.TH CLUSTER SQL 01/23/93PostgreSQL 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/93Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.2 1996/12/11 00:27:08 momjian Exp $
4+
.TH COMMIT SQL 01/23/93PostgreSQL PostgreSQL
55
.SH NAME
66
commit\(em commit the current transaction
77
.SH SYNOPSIS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp