|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_proc.h,v 1.192 2001/06/13 21:08:59 momjian Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.193 2001/06/13 21:12:43 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2308,11 +2308,11 @@ DATA(insert OID = 699 ( hostPGUID 12 f t t t 1 f 25 "869" 100 0 0 100 netw
|
2308 | 2308 | DESCR("show address octets only");
|
2309 | 2309 | DATA(insertOID=730 (textPGUID12fttt1f25"869"10000100network_show- ));
|
2310 | 2310 | DESCR("show all parts of inet/cidr value");
|
2311 |
| -DATA(insertOID=1910 (inetPGUID12fttt1f869"25"10000100text_inet- )); |
| 2311 | +DATA(insertOID=1713 (inetPGUID12fttt1f869"25"10000100text_inet- )); |
2312 | 2312 | DESCR("text to inet");
|
2313 |
| -DATA(insertOID=1911 (cidrPGUID12fttt1f650"25"10000100text_cidr- )); |
| 2313 | +DATA(insertOID=1714 (cidrPGUID12fttt1f650"25"10000100text_cidr- )); |
2314 | 2314 | DESCR("text to cidr");
|
2315 |
| -DATA(insertOID=1912 (set_masklenPGUID12fttt2f869"869 23"10000100inet_set_masklen- )); |
| 2315 | +DATA(insertOID=1715 (set_masklenPGUID12fttt2f869"869 23"10000100inet_set_masklen- )); |
2316 | 2316 | DESCR("change the netmask of an inet");
|
2317 | 2317 |
|
2318 | 2318 | DATA(insertOID=1691 (boollePGUID12fttt2f16"16 16"10000100boolle- ));
|
|