diff options
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 9bac5dfeb1b..8abc9c541db 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Dec 22 17:41:41 EST 2006 + Last updated: Thu Jan 4 16:00:00 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -228,7 +228,7 @@ General Questions ccsym find standard defines made by your compiler copyright fixes copyright notices - entab converts tabs to spaces, used by pgindent + entab converts spaces to tabs, used by pgindent find_static finds functions that could be made static find_typedef finds typedefs in the source code find_badmacros finds macros that use braces incorrectly |