|
7 | 7 | * Portions Copyright (c) 1996-2003, 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.332 2004/05/26 18:35:43 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.333 2004/05/26 18:37:33 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2346,13 +2346,13 @@ DESCR("I/O");
|
2346 | 2346 | DATA(insertOID=911 (inet_outPGNSPPGUID12fftfi12275"869"_null_inet_out-_null_ ));
|
2347 | 2347 | DESCR("I/O");
|
2348 | 2348 |
|
2349 |
| -DATA(insertOID=912 (inet_client_addrPGNSPPGUID12ffffs0869""_null_inet_client_addr-_null_ )); |
| 2349 | +DATA(insertOID=2196 (inet_client_addrPGNSPPGUID12ffffs0869""_null_inet_client_addr-_null_ )); |
2350 | 2350 | DESCR("Returns the INET address of the client connected to the backend");
|
2351 |
| -DATA(insertOID=913 (inet_client_portPGNSPPGUID12ffffs023""_null_inet_client_port-_null_ )); |
| 2351 | +DATA(insertOID=2197 (inet_client_portPGNSPPGUID12ffffs023""_null_inet_client_port-_null_ )); |
2352 | 2352 | DESCR("Returns the client's port number for this connection");
|
2353 |
| -DATA(insertOID=914 (inet_server_addrPGNSPPGUID12ffffs0869""_null_inet_server_addr-_null_ )); |
| 2353 | +DATA(insertOID=2198 (inet_server_addrPGNSPPGUID12ffffs0869""_null_inet_server_addr-_null_ )); |
2354 | 2354 | DESCR("Returns the INET address that the backend is using to service the connection");
|
2355 |
| -DATA(insertOID=915 (inet_server_portPGNSPPGUID12ffffs023""_null_inet_server_port-_null_ )); |
| 2355 | +DATA(insertOID=2199 (inet_server_portPGNSPPGUID12ffffs023""_null_inet_server_port-_null_ )); |
2356 | 2356 | DESCR("Returns the servers's port number for this connection");
|
2357 | 2357 |
|
2358 | 2358 | /* for cidr type support */
|
|