aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-10 23:41:49 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-10 23:41:49 +0000
commit8ae53160da36646fcf5925dd860d99caa62eaaef (patch)
tree6026e75f1a1ef164eaccc9f264c0495d0775f77e /doc/FAQ
parentc3098736803ebe0f50152091fb0373696df0c5d3 (diff)
downloadpostgresql-8ae53160da36646fcf5925dd860d99caa62eaaef.tar.gz
postgresql-8ae53160da36646fcf5925dd860d99caa62eaaef.zip
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index c235f067a02..d6308519814 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.