OSDN Git Service

Update FAQ_DEV.
authorBruce Momjian <bruce@momjian.us>
Tue, 27 Nov 2001 23:44:03 +0000 (23:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 27 Nov 2001 23:44:03 +0000 (23:44 +0000)
doc/src/FAQ/FAQ_DEV.html

index d1652ee..642776e 100644 (file)
@@ -12,7 +12,7 @@
     <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=
@@ -569,8 +569,8 @@ answer is that I maintain:
 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
@@ -715,11 +715,12 @@ Really.  HACKERS _is_the process.  The process is not well documented (AFAIK
 &gt; -  Find the development environment (OS, system, compilers, etc)
 &gt; 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.
 
 &gt; -  Find an area or two that needs some support.