|
8 | 8 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_type.h,v 1.85 2000/03/14 23:06:45 thomas Exp $ |
| 11 | + * $Id: pg_type.h,v 1.86 2000/03/18 20:50:10 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -156,7 +156,7 @@ DESCR("boolean, 'true'/'false'");
|
156 | 156 | #defineBOOLOID16
|
157 | 157 |
|
158 | 158 | DATA(insertOID=17 (byteaPGUID-1-1fbt \054018byteainbyteaoutbyteainbyteaouti_null_ ));
|
159 |
| -DESCR("variablelengtharray of bytes"); |
| 159 | +DESCR("variable-lengthstring, binary values escaped"); |
160 | 160 | #defineBYTEAOID17
|
161 | 161 |
|
162 | 162 | DATA(insertOID=18 (charPGUID11tbt \05400charincharoutcharincharoutc_null_ ));
|
|