We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63e05a commit f4d452cCopy full SHA for f4d452c
src/include/catalog/pg_type.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: pg_type.h,v 1.85 2000/03/14 23:06:45 thomas Exp $
+ * $Id: pg_type.h,v 1.86 2000/03/18 20:50:10 momjian Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -156,7 +156,7 @@ DESCR("boolean, 'true'/'false'");
156
#define BOOLOID 16
157
158
DATA(insert OID = 17 ( bytea PGUID -1 -1 f b t \054 0 18 byteain byteaout byteain byteaout i _null_ ));
159
-DESCR("variable length array of bytes");
+DESCR("variable-length string, binary values escaped");
160
#define BYTEAOID 17
161
162
DATA(insert OID = 18 ( char PGUID 1 1 t b t \054 0 0 charin charout charin charout c _null_ ));
0 commit comments