Remove duplicate text, per Magnus.
authorBruce Momjian
Fri, 20 Apr 2007 13:48:21 +0000 (13:48 +0000)
committerBruce Momjian
Fri, 20 Apr 2007 13:48:21 +0000 (13:48 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 536a8a2ac1f0decab70c1bf3f8e371ac74daa8f5..0588cbb7e43daefb92b2bdfbb1110d3829e998d6 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Apr 18 23:05:05 EDT 2007
+   Last updated: Fri Apr 20 09:48:11 EDT 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
    upper and lowercase characters, it can not have identical values that
    differ only in case. To force a particular case to be stored in the
    column, use a CHECK constraint or a trigger.
-   4.9) In a query, how do I detect if a field is NULL? How do I
-   concatenate possible NULLs? How can I sort on whether a field is NULL
-   or not?
    
   4.9) In a query, how do I detect if a field is NULL? How do I concatenate
   possible NULLs? How can I sort on whether a field is NULL or not?
index f3871873f77c196c8f1cd50f00fa0f168dce05b6..23c06f8b1e911526b8ac76f165bd284a83e2b5d4 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Wed Apr 18 23:05:05 EDT 2007

+    

Last updated: Fri Apr 20 09:48:11 EDT 2007

 
     

Current maintainer: Bruce Momjian (

@@ -823,10 +823,6 @@ table?unlimited
     case to be stored in the column, use a CHECK
     constraint or a trigger.

 
-     4.9) In a query, how do I detect if a field
-    is NULL?  How do I concatenate possible NULLs?
-    How can I sort on whether a field is  NULL or not?
-
     4.9) In a query, how do I detect if a field
     is NULL?  How do I concatenate possible NULLs?
     How can I sort on whether a field is  NULL or not?