diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 04b3803b6ab..1b78352fccf 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Thu Jan 10 18:35:15 EST 2002</P> + <P>Last updated: Thu Jan 10 18:41:45 EST 2002</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -996,7 +996,7 @@ Type Internal Name Notes CHAR(#) bpchar blank padded to the specified fixed length VARCHAR(#) varchar size specifies maximum length, no padding TEXT text no specific upper limit on length -BYTEA bytea variable-length byte array (null-safe) +BYTEA bytea variable-length byte array (null-byte safe) </PRE> <P>You will see the internal name when examining system catalogs |