Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e8fc32

Browse files
author
Thomas G. Lockhart
committed
Add functions to support AT TIME ZONE syntax.
Update catalog version to today.
1 parent 2cf1642 commit 8e8fc32

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $Id: catversion.h,v 1.54 2000/10/31 10:22:12 petere Exp $
40+
* $Id: catversion.h,v 1.55 2000/11/06 15:58:46 thomas Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 200010310
56+
#define CATALOG_VERSION_NO 200011060
5757

5858
#endif

src/include/catalog/pg_proc.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_proc.h,v 1.171 2000/10/31 10:22:12 petere Exp $
10+
* $Id: pg_proc.h,v 1.172 2000/11/06 15:58:46 thomas Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1258,6 +1258,9 @@ DESCR("equal");
12581258

12591259
/* OIDS 1000 - 1999 */
12601260

1261+
DATA(insert OID = 1026 ( timezone PGUID 12 f t f t 2 f 25 "1186 1184" 100 0 0 100 timestamp_izone - ));
1262+
DESCR("time zone");
1263+
12611264
DATA(insert OID = 1029 ( nullvalue PGUID 12 f t t f 1 f 16 "0" 100 0 0 100 nullvalue - ));
12621265
DESCR("(internal)");
12631266
DATA(insert OID = 1030 ( nonnullvalue PGUID 12 f t t f 1 f 16 "0" 100 0 0 100 nonnullvalue - ));

0 commit comments

Comments
 (0)