Update FAQ.
authorBruce Momjian
Sat, 30 Sep 2000 03:04:39 +0000 (03:04 +0000)
committerBruce Momjian
Sat, 30 Sep 2000 03:04:39 +0000 (03:04 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 8c4712281e3214b452337011327c74a7f1a61dab..57646d1cd5ff92278fbf0b6698c16c030975bb31 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Jul 27 12:52:35 EDT 2000
+   Last updated: Fri Sep 29 23:04:02 EDT 2000
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -922,6 +922,9 @@ BYTEA           bytea           variable-length array of bytes
      * portal, cursor
      * range variable, table name, table alias
        
+   A list of general database terms can be found at:
+   http://www.comptechnews.com/~reaster/dbdesign.html
+   
     4.19) Why do I get the error "FATAL: palloc failure: memory exhausted?"
     
    It is possible you have run out of virtual memory on your system, or
index 5a428536bcdb5d328d2c844335d1d80cae2ffc42..55b27236bb6cd098ae3f5bbccf04bfee69f4d533 100644 (file)
@@ -7,7 +7,7 @@
 Frequently Asked Questions (FAQ) for PostgreSQL
 
 

-Last updated:      Thu Jul 27 12:52:35 EDT 2000
+Last updated:      Fri Sep 29 23:04:02 EDT 2000
 

 Current maintainer:    Bruce Momjian (
@@ -1122,6 +1122,10 @@ common usage.  Here are some:
 
  •  range variable, table name, table alias
  •  

     
    +A list of general database terms can be found at: 
    +href="http://www.comptechnews.com/~reaster/dbdesign.html">
    +http://www.comptechnews.com/~reaster/dbdesign.html

    +
     

    4.19) Why do I get the error "FATAL:  palloc

     failure: memory exhausted?"