|
8 | 8 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $Id: pg_type.h,v 1.107 2001/05/22 16:37:17 petere Exp $ |
| 11 | + * $Id: pg_type.h,v 1.108 2001/06/09 21:41:42 tgl Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * the genbki.sh script reads this file and generates .bki |
@@ -314,6 +314,7 @@ DATA(insert OID = 791 ( _money PGUID -1 -1 f b t \054 0 790 array_in array |
314 | 314 | /* OIDS 800 - 899 */ |
315 | 315 | DATA(insertOID=829 (macaddrPGUID6-1fbt \05400macaddr_inmacaddr_outmacaddr_inmacaddr_outip_null_ )); |
316 | 316 | DESCR("XX:XX:XX:XX:XX:XX, MAC address"); |
| 317 | +#defineMACADDROID 829 |
317 | 318 | DATA(insertOID=869 (inetPGUID-1-1fbt \05400inet_ininet_outinet_ininet_outip_null_ )); |
318 | 319 | DESCR("IP address/netmask, host address, netmask optional"); |
319 | 320 | #defineINETOID 869 |
|