Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8e8fc32b
Commit
8e8fc32b
authored
Nov 06, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add functions to support AT TIME ZONE syntax.
Update catalog version to today.
parent
2cf16424
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+4
-1
No files found.
src/include/catalog/catversion.h
View file @
8e8fc32b
...
...
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: catversion.h,v 1.5
4 2000/10/31 10:22:12 petere
Exp $
* $Id: catversion.h,v 1.5
5 2000/11/06 15:58:46 thomas
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 20001
031
0
#define CATALOG_VERSION_NO 20001
106
0
#endif
src/include/catalog/pg_proc.h
View file @
8e8fc32b
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.17
1 2000/10/31 10:22:12 petere
Exp $
* $Id: pg_proc.h,v 1.17
2 2000/11/06 15:58:46 thomas
Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -1258,6 +1258,9 @@ DESCR("equal");
/* OIDS 1000 - 1999 */
DATA
(
insert
OID
=
1026
(
timezone
PGUID
12
f
t
f
t
2
f
25
"1186 1184"
100
0
0
100
timestamp_izone
-
));
DESCR
(
"time zone"
);
DATA
(
insert
OID
=
1029
(
nullvalue
PGUID
12
f
t
t
f
1
f
16
"0"
100
0
0
100
nullvalue
-
));
DESCR
(
"(internal)"
);
DATA
(
insert
OID
=
1030
(
nonnullvalue
PGUID
12
f
t
t
f
1
f
16
"0"
100
0
0
100
nonnullvalue
-
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment