|
|
|
@ -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> |
|
|
|
@ -371,14 +371,14 @@ |
|
|
|
|
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. |
|
|
|
|
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> |
|
|
|
|
<BR> |
|
|
|
|
<I>pgindent</I> will the format code by specifying flags to your |
|
|
|
|
|
|
|
|
|
<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 |
|
|
|
|