|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pg_proc.h,v 1.76 1998/10/21 21:14:20 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.77 1998/10/22 00:35:25 momjian Exp $ |
10 | 10 | *
|
11 | 11 | * NOTES
|
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2077,6 +2077,8 @@ DESCR("(internal)");
|
2077 | 2077 | /* for cidr type support */
|
2078 | 2078 | DATA(insert OID = 1267 ( cidr_in PGUID 11 f t f 1 f 650 "0" 100 0 0 100 foo bar ));
|
2079 | 2079 | DESCR("(internal)");
|
| 2080 | +DATA(insert OID = 1416 ( cidr_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar )); |
| 2081 | +DESCR("(internal)"); |
2080 | 2082 |
|
2081 | 2083 | /* these are used for both inet and cidr */
|
2082 | 2084 | DATA(insert OID = 920 ( inet_eq PGUID 11 f t f 2 f 16 "869 869" 100 0 0 100 foo bar ));
|
@@ -2113,23 +2115,23 @@ DATA(insert OID = 682 ( inet_host PGUID 11 f t f 1 f 25 "869" 100 0 0 100 fo
|
2113 | 2115 | DESCR("host address");
|
2114 | 2116 |
|
2115 | 2117 | /* inet versions */
|
2116 |
| -DATA(insert OID = 940 ( netmask PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_netmask($1)" - )); |
| 2118 | +DATA(insert OID = 946 ( netmask PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_netmask($1)" - )); |
2117 | 2119 | DESCR("netmask of address");
|
2118 |
| -DATA(insert OID = 941 ( netmasklen PGUID 14 f t f 1 f 23 "869" 100 0 0 100 "select inet_netmasklen($1)" - )); |
| 2120 | +DATA(insert OID = 947 ( netmasklen PGUID 14 f t f 1 f 23 "869" 100 0 0 100 "select inet_netmasklen($1)" - )); |
2119 | 2121 | DESCR("netmask length");
|
2120 |
| -DATA(insert OID = 945 ( broadcast PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_broadcast($1)" - )); |
| 2122 | +DATA(insert OID = 948 ( broadcast PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_broadcast($1)" - )); |
2121 | 2123 | DESCR("broadcast address");
|
2122 |
| -DATA(insert OID = 682 ( host PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_host($1)" - )); |
| 2124 | +DATA(insert OID = 949 ( host PGUID 14 f t f 1 f 25 "869" 100 0 0 100 "select inet_host($1)" - )); |
2123 | 2125 | DESCR("host address");
|
2124 | 2126 |
|
2125 | 2127 | /* cidr versions */
|
2126 |
| -DATA(insert OID = 940 ( netmask PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_netmask($1)" - )); |
| 2128 | +DATA(insert OID = 696 ( netmask PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_netmask($1)" - )); |
2127 | 2129 | DESCR("netmask of address");
|
2128 |
| -DATA(insert OID = 941 ( netmasklen PGUID 14 f t f 1 f 23 "650" 100 0 0 100 "select inet_netmasklen($1)" - )); |
| 2130 | +DATA(insert OID = 697 ( netmasklen PGUID 14 f t f 1 f 23 "650" 100 0 0 100 "select inet_netmasklen($1)" - )); |
2129 | 2131 | DESCR("netmask length");
|
2130 |
| -DATA(insert OID = 945 ( broadcast PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_broadcast($1)" - )); |
| 2132 | +DATA(insert OID = 698 ( broadcast PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_broadcast($1)" - )); |
2131 | 2133 | DESCR("broadcast address");
|
2132 |
| -DATA(insert OID = 682 ( host PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_host($1)" - )); |
| 2134 | +DATA(insert OID = 699 ( host PGUID 14 f t f 1 f 25 "650" 100 0 0 100 "select inet_host($1)" - )); |
2133 | 2135 | DESCR("host address");
|
2134 | 2136 |
|
2135 | 2137 |
|
|
0 commit comments