|
7 | 7 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.402 2006/03/10 19:10:50 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.403 2006/03/10 19:12:51 momjian Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki |
@@ -1614,8 +1614,6 @@ DATA(insert OID = 1298 ( timetzdate_pl PGNSP PGUID 14 f f t f i 2 1184 "1266 |
1614 | 1614 | DESCR("convert time with time zone and date to timestamp with time zone"); |
1615 | 1615 | DATA(insertOID=1299 (nowPGNSPPGUID12fftfs01184""_null__null__null_now-_null_ )); |
1616 | 1616 | DESCR("current transaction time"); |
1617 | | -DATA(insertOID=2512 (transaction_timestampPGNSPPGUID12fftfs01184""_null__null__null_now-_null_ )); |
1618 | | -DESCR("current transaction time"); |
1619 | 1617 |
|
1620 | 1618 | /* OIDS 1300 - 1399 */ |
1621 | 1619 |
|
|