Update tools directory name.
authorBruce Momjian
Wed, 6 Sep 2006 22:03:22 +0000 (22:03 +0000)
committerBruce Momjian
Wed, 6 Sep 2006 22:03:22 +0000 (22:03 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 2fb5898d5ef895a2c54b7d5511b329d5d3644c5a..038db3ff756fad0e241b0202a0b4b8ab432d3426 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Aug 11 23:48:27 EDT 2006
+   Last updated: Wed Sep 6 18:02:57 EDT 2006
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -125,7 +125,7 @@ General Questions
     3. The patch should be generated in contextual diff format (diff -c
        and should be applicable from the root directory. If you are
        unfamiliar with this, you might find the script
-       src/tools/makediff/difforig useful. (Unified diffs are only
+       src/tools/make_diff/difforig useful. (Unified diffs are only
        preferable if the file changes are single-line changes and do not
        rely on surrounding lines.)
     4. PostgreSQL is licensed under a BSD license, so any submissions
index 57c5cd5cf53df241004b44e5452c45e962f0ab79..4d7d9e34c283f22c122df3c430863b9ff26461b9 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Fri Aug 11 23:48:27 EDT 2006

+    

Last updated: Wed Sep  6 18:02:57 EDT 2006

 
     

Current maintainer: Bruce Momjian (

     
  • The patch should be generated in contextual diff format (diff
  •      -c and should be applicable from the root directory. If you are
         unfamiliar with this, you might find the script
    -    src/tools/makediff/difforig useful. (Unified diffs are only
    +    src/tools/make_diff/difforig useful. (Unified diffs are only
         preferable if the file changes are single-line changes and do not
         rely on surrounding lines.)