<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
- <P>Last updated: Tue Nov 27 16:48:42 EST 2001</P>
+ <P>Last updated: Tue Nov 27 18:43:59 EST 2001</P>
<P>Current maintainer: Bruce Momjian (<A href=
I then download and build on as many different canonical distributions
as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1 on
my personal hardware. Occasionally I receive opportunity from certain
-commercial enterprises such as Great Bridge and PostgreSQL Inc to build
-on other distributions.
+commercial enterprises such as Great Bridge and PostgreSQL, Inc. to
+build on other distributions.
I test the build by installing the resulting packages and running the
regression tests. Once the build passes these tests, I upload to the
> - Find the development environment (OS, system, compilers, etc)
> required to develop code.
-Developers Corner on the website has links to this information. The
-distribution tarball itself includes all the extra tools and documents that
-go beyond a good Unix-like development environment. In general, a modern
-unix with a modern gcc, GNU make or equivalent, autoconf (of a particular
-version), and good working knowledge of those tools are required.
+<a href="developers.postgresql.org">Developers Corner</a> on the website
+has links to this information. The distribution tarball itself
+includes all the extra tools and documents that go beyond a good
+Unix-like development environment. In general, a modern unix with a
+modern gcc, GNU make or equivalent, autoconf (of a particular version),
+and good working knowledge of those tools are required.
> - Find an area or two that needs some support.