Update FAQ_DEV.
authorBruce Momjian
Fri, 1 Feb 2002 20:28:32 +0000 (20:28 +0000)
committerBruce Momjian
Fri, 1 Feb 2002 20:28:32 +0000 (20:28 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 236711acb9bdf1d5fcda060ef3a34a26f717f6b6..377d795dd7ac723f51d9c01359a3abbb246310e0 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Jan 3 03:20:49 EST 2002
+   Last updated: Fri Feb 1 15:22:54 EST 2002
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -572,7 +572,7 @@ typedef struct nameData
           loop through list, assigning each list element to i. It is
           important to note that i is a List *, not the data in the List
           element. You need to use lfirst(i) to get at the data. Here is
-          a typical code snipped that loops through a List containing Var
+          a typical code snippet that loops through a List containing Var
           *'s and processes each one:
           
 List *i, *list;
index 0f2e23b0c0bbfd1b26a3796d4999db14b10e984f..e4cf58dcab753f7d190d5dd1ea9ade7428466bde 100644 (file)
@@ -12,7 +12,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Thu Jan  3 03:20:49 EST 2002

+    

Last updated: Fri Feb  1 15:22:54 EST 2002

 
     

Current maintainer: Bruce Momjian (

           i. It is important to note that i is a List *,
           not the data in the List element. You need to use
           lfirst(i) to get at the data. Here is a typical code
-          snipped that loops through a List containing Var *'s
+          snippet that loops through a List containing Var *'s
           and processes each one: 
 
 List *i, *list;