Correct pg_description entry for type macaddr.
authorTom Lane <[email protected]>
Thu, 3 May 2001 16:18:02 +0000 (16:18 +0000)
committerTom Lane <[email protected]>
Thu, 3 May 2001 16:18:02 +0000 (16:18 +0000)
src/include/catalog/pg_type.h

index 2a9c728e8ebaf3f7548a5605068ead0b1b7ed6f5..cdad11eaf7d99b303c44e18e51c327799918ee80 100644 (file)
@@ -314,7 +314,7 @@ DATA(insert OID = 791 (  _money    PGUID  -1 -1 f b t \054 0  790 array_in array
 
 /* OIDS 800 - 899 */
 DATA(insert OID = 829 ( macaddr    PGUID  6 -1 f b t \054 0 0 macaddr_in macaddr_out macaddr_in macaddr_out i p _null_ ));
-DESCR("XX:XX:XX:XX:XX, MAC address");
+DESCR("XX:XX:XX:XX:XX:XX, MAC address");
 DATA(insert OID = 869 ( inet      PGUID  -1 -1 f b t \054 0 0 inet_in inet_out inet_in inet_out i p _null_ ));
 DESCR("IP address/netmask, host address, netmask optional");
 #define INETOID 869