diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-12-30 04:31:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-12-30 04:31:29 +0000 |
commit | 23ef0926e1fbbcfcfee8f957d5ca153c1c7df2b2 (patch) | |
tree | ce95fb577bd2951b8895ab087e3b9ff201e2540b /doc/src | |
parent | 3f53ad71083cb80faa86ebf495e4540710744395 (diff) | |
download | postgresql-23ef0926e1fbbcfcfee8f957d5ca153c1c7df2b2.tar.gz postgresql-23ef0926e1fbbcfcfee8f957d5ca153c1c7df2b2.zip |
Update FAQ_DEV.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 5ad9b415961..9873dc01dbf 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Sat Dec 29 00:15:44 EST 2001</P> + <P>Last updated: Sat Dec 29 23:31:26 EST 2001</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -294,7 +294,9 @@ </PRE> <BR> <I>pgindent</I> will the format code by specifying flags to your - operating system's utility <I>indent.</I> + 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 constent coding style. <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 |