diff options
author | Bruce Momjian | 2005-01-31 02:09:34 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-01-31 02:09:34 +0000 |
commit | 14f3fb610de5f67e02433f8d36d13463eec05c04 (patch) | |
tree | 52f30655a274abe6beb2ff7d6e2e029b89bc2d7e /doc/FAQ | |
parent | 83d859108190a7a2f32253788c5285ab5da42cba (diff) |
Update section to mention developer's FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sun Jan 30 20:59:07 EST 2005 + Last updated: Sun Jan 30 21:08:44 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -190,9 +190,9 @@ 1.7) What documentation is available? - Several manuals, manual pages, and some small test examples are - included in the distribution. See the /doc directory. You can also - browse the manuals online at http://www.PostgreSQL.org/docs. + PostgreSQL includes extensive documentation, including a large manual, + manual pages, and some test examples. See the /doc directory. You can + also browse the manuals online at http://www.PostgreSQL.org/docs. There are two PostgreSQL books available online at http://www.PostgreSQL.org/docs/awbook.html and @@ -232,7 +232,7 @@ 1.10) How do I join the development team? First, download the latest source and read the PostgreSQL Developers - documentation on our web site, or in the distribution. Second, + FAQ and documentation on our web site, or in the distribution. Second, subscribe to the pgsql-hackers and pgsql-patches mailing lists. Third, submit high quality patches to pgsql-patches. |