Skip to content

Commit 1e99bf5

Browse files
committed
Update FAQ_DEV.
1 parent 882e289 commit 1e99bf5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/src/FAQ/FAQ_DEV.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Tue Nov 27 16:48:42 EST 2001</P>
15+
<P>Last updated: Tue Nov 27 18:43:59 EST 2001</P>
1616

1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
@@ -569,8 +569,8 @@ <H3><A name="15">15</A>) How are RPM's packaged?</H3>
569569
I then download and build on as many different canonical distributions
570570
as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1 on
571571
my personal hardware. Occasionally I receive opportunity from certain
572-
commercial enterprises such as Great Bridge and PostgreSQL Inc to build
573-
on other distributions.
572+
commercial enterprises such as Great Bridge and PostgreSQL, Inc. to
573+
build on other distributions.
574574

575575
I test the build by installing the resulting packages and running the
576576
regression tests. Once the build passes these tests, I upload to the
@@ -715,11 +715,12 @@ <H3><A name="17">17</A>) How go I get involved in PostgreSQL
715715
&gt; - Find the development environment (OS, system, compilers, etc)
716716
&gt; required to develop code.
717717

718-
Developers Corner on the website has links to this information. The
719-
distribution tarball itself includes all the extra tools and documents that
720-
go beyond a good Unix-like development environment. In general, a modern
721-
unix with a modern gcc, GNU make or equivalent, autoconf (of a particular
722-
version), and good working knowledge of those tools are required.
718+
<a href="developers.postgresql.org">Developers Corner</a> on the website
719+
has links to this information. The distribution tarball itself
720+
includes all the extra tools and documents that go beyond a good
721+
Unix-like development environment. In general, a modern unix with a
722+
modern gcc, GNU make or equivalent, autoconf (of a particular version),
723+
and good working knowledge of those tools are required.
723724

724725
&gt; - Find an area or two that needs some support.
725726

0 commit comments

Comments
 (0)