From: Bruce Momjian Date: Thu, 10 Jan 2002 23:41:49 +0000 (+0000) Subject: Update FAQ. X-Git-Tag: REL7_2_BETA5~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ae53160da36646fcf5925dd860d99caa62eaaef;p=postgresql Update FAQ. --- diff --git a/doc/FAQ b/doc/FAQ index c235f067a0..d630851981 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Jan 10 18:35:15 EST 2002 + Last updated: Thu Jan 10 18:41:45 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -786,7 +786,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) You will see the internal name when examining system catalogs and in some error messages. diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 04b3803b6a..1b78352fcc 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Thu Jan 10 18:35:15 EST 2002

+

Last updated: Thu Jan 10 18:41:45 EST 2002

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -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)

You will see the internal name when examining system catalogs