]> granicus.if.org Git - postgresql/commitdiff
Make bpchar == char() clearer in \dT display.
authorBruce Momjian <bruce@momjian.us>
Mon, 18 Oct 1999 11:36:45 +0000 (11:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 18 Oct 1999 11:36:45 +0000 (11:36 +0000)
src/include/catalog/pg_type.h

index 22f5135f3f09087463ffd03a8fd7700d0be848c0..c04e0da390a462ce60c29301593e2208e40afa27 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.66 1999/10/15 16:19:40 momjian Exp $
+ * $Id: pg_type.h,v 1.67 1999/10/18 11:36:45 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -352,10 +352,10 @@ DATA(insert OID = 1040 (  _macaddr         PGUID -1 -1 f b t \054 0  829 array_in array
 DATA(insert OID = 1041 (  _inet    PGUID -1 -1 f b t \054 0  869 array_in array_out array_in array_out i _null_ ));
 DATA(insert OID = 651  (  _cidr    PGUID -1 -1 f b t \054 0  650 array_in array_out array_in array_out i _null_ ));
 DATA(insert OID = 1042 ( bpchar                 PGUID -1  -1 f b t \054 0      18 bpcharin bpcharout bpcharin bpcharout i _null_ ));
-DESCR("blank-padded characters, length specified when created");
+DESCR("blank-padded characters, length specified when created -- char()");
 #define BPCHAROID              1042
 DATA(insert OID = 1043 ( varchar        PGUID -1  -1 f b t \054 0      18 varcharin varcharout varcharin varcharout i _null_ ));
-DESCR("non-blank-padded-length string, length specified when created");
+DESCR("non-blank-padded-length string, length specified when created -- varchar()");
 #define VARCHAROID             1043
 
 DATA(insert OID = 1082 ( date           PGUID  4  10 t b t \054 0      0 date_in date_out date_in date_out i _null_ ));