diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-07 00:12:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-07 00:12:20 +0000 |
commit | ca6a4ff82b213fe65a7fb1d30670bd473138f8d7 (patch) | |
tree | 8520851ad83a001cb16200f8f41efeb6eeb65c02 /doc/src/FAQ/FAQ_DEV.html | |
parent | 8dc8f44f588d683ab0af8abb130a7711221f5e21 (diff) | |
download | postgresql-ca6a4ff82b213fe65a7fb1d30670bd473138f8d7.tar.gz postgresql-ca6a4ff82b213fe65a7fb1d30670bd473138f8d7.zip |
HTLM cleanup.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index d68bf48041f..1558b35d90c 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Sep 6 20:08:24 EDT 2006</P> + <P>Last updated: Wed Sep 6 20:12:13 EDT 2006</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -370,15 +370,15 @@ less: less -x4 </PRE> - <P>The <I>tools/editors</I> directory of the latest sources contains sample - settings that can be used with the <I>emacs, xemacs</I> and <I>vim</I> - editors, that assist in keeping to PostgreSQL coding standards. - </P> - <BR> - <I>pgindent</I> will the format code by specifying flags to your + <P>The <I>tools/editors</I> directory of the latest sources contains sample + settings that can be used with the <I>emacs</I>, <I>xemacs</I> and + <I>vim</I> editors, that assist in keeping to PostgreSQL coding standards. + </P> + + <P><I>pgindent</I> will the format code by specifying flags to your operating system's utility <I>indent.</I> This <A href= "http://ezine.daemonnews.org/200112/single_coding_style.html">article</A> - describes the value of a consistent coding style. + describes the value of a consistent coding style.</P> <P><I>pgindent</I> is run on all source files just before each beta test period. It auto-formats all source files to make them |