File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 37
37
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
38
38
* Portions Copyright (c) 1994, Regents of the University of California
39
39
*
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 $
41
41
*
42
42
*-------------------------------------------------------------------------
43
43
*/
53
53
*/
54
54
55
55
/* yyyymmddN */
56
- #define CATALOG_VERSION_NO 200010310
56
+ #define CATALOG_VERSION_NO 200011060
57
57
58
58
#endif
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
* NOTES
13
13
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1258,6 +1258,9 @@ DESCR("equal");
1258
1258
1259
1259
/* OIDS 1000 - 1999 */
1260
1260
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
+
1261
1264
DATA (insert OID = 1029 ( nullvalue PGUID 12 f t t f 1 f 16 "0" 100 0 0 100 nullvalue - ));
1262
1265
DESCR ("(internal)" );
1263
1266
DATA (insert OID = 1030 ( nonnullvalue PGUID 12 f t t f 1 f 16 "0" 100 0 0 100 nonnullvalue - ));
You can’t perform that action at this time.
0 commit comments