aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-09-07 00:12:20 +0000
committerBruce Momjian <bruce@momjian.us>2006-09-07 00:12:20 +0000
commitca6a4ff82b213fe65a7fb1d30670bd473138f8d7 (patch)
tree8520851ad83a001cb16200f8f41efeb6eeb65c02 /doc/FAQ_DEV
parent8dc8f44f588d683ab0af8abb130a7711221f5e21 (diff)
downloadpostgresql-ca6a4ff82b213fe65a7fb1d30670bd473138f8d7.tar.gz
postgresql-ca6a4ff82b213fe65a7fb1d30670bd473138f8d7.zip
HTLM cleanup.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 983a086a349..587e3ed02f8 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -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 (bruce@momjian.us)
@@ -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.