Update FAQ.
authorBruce Momjian
Thu, 10 Jan 2002 23:41:49 +0000 (23:41 +0000)
committerBruce Momjian
Thu, 10 Jan 2002 23:41:49 +0000 (23:41 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index c235f067a0269103136161f7ab86e2845fa69597..d6308519814ed7b60ce3a44e459b38d5784121f1 100644 (file)
--- 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 ([email protected])
    
@@ -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.
index 04b3803b6abf4834f9ce4f3291493e7eb464b3ea..1b78352fccfc704b7f69daaefa53352f54a97727 100644 (file)
@@ -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 (

@@ -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