HTLM cleanup.
authorBruce Momjian
Thu, 7 Sep 2006 00:12:20 +0000 (00:12 +0000)
committerBruce Momjian
Thu, 7 Sep 2006 00:12:20 +0000 (00:12 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 983a086a349d47b169f8f6454480c043d993a466..587e3ed02f87a32b83d5489f78b730313bfb6b13 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Sep 6 20:08:24 EDT 2006
+   Last updated: Wed Sep 6 20:12:13 EDT 2006
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -288,9 +288,10 @@ General Questions
     less:
             less -x4
 
-   The tools directory of the latest sources contains sample settings
-   that can be used with the emacs, xemacs and vim editors, that assist
-   in keeping to PostgreSQL coding standards.
+   The tools/editors directory of the latest sources contains sample
+   settings that can be used with the emacs, xemacs and vim editors, that
+   assist in keeping to PostgreSQL coding standards.
+   
    pgindent will the format code by specifying flags to your operating
    system's utility indent. This article describes the value of a
    consistent coding style.
index d68bf48041fbf2f3b7dfe8c626a7e568c629b6a6..1558b35d90cee8655e97608b424d5f76b30e2238 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Wed Sep  6 20:08:24 EDT 2006

+    

Last updated: Wed Sep  6 20:12:13 EDT 2006

 
     

Current maintainer: Bruce Momjian (

     less:
             less -x4
 
-   

The tools/editors directory of the latest sources contains sample 

-   settings that can be used with the emacs, xemacs and vim 
-   editors, that assist in keeping to PostgreSQL coding standards.
-   

-    
-     pgindent will the format code by specifying flags to your
+    

The tools/editors directory of the latest sources contains sample

+    settings that can be used with the emacsxemacs and
+    vim editors, that assist in keeping to PostgreSQL coding standards.
+    

+
+    

pgindent will the format code by specifying flags to your

     operating system's utility indent. This 
     "http://ezine.daemonnews.org/200112/single_coding_style.html">article
-    describes the value of a consistent coding style. 
+    describes the value of a consistent coding style.

 
     

pgindent is run on all source files just before each beta

     test period. It auto-formats all source files to make them