diff options
author | Bruce Momjian | 2005-04-01 16:42:59 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-04-01 16:42:59 +0000 |
commit | 558dace99f26c55e84c5306bb6dfb10f783af505 (patch) | |
tree | fd13517a97086562756c2e6d03509300ba24c512 | |
parent | cc20233a8178217da5be1f208ad2bdb84ad7289e (diff) |
Backpatch FAQ's to 8.0.X.
-rw-r--r-- | doc/FAQ | 4 | ||||
-rw-r--r-- | doc/FAQ_DEV | 6 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 8 |
4 files changed, 10 insertions, 12 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Mar 11 16:42:06 EST 2005 + Last updated: Tue Mar 15 17:38:18 EST 2005 Current maintainer: Bruce Momjian ([email protected]) @@ -192,7 +192,7 @@ 1.7) What is the latest release? - The latest release of PostgreSQL is version 8.0.0. + The latest release of PostgreSQL is version 8.0.1. We plan to have major releases every ten to twelve months. diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index f3a9835cfff..7e0839dbfc5 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Mar 11 16:43:05 EST 2005 + Last updated: Sun Mar 13 22:07:18 EST 2005 Current maintainer: Bruce Momjian ([email protected]) @@ -44,8 +44,8 @@ Technical Questions 2.7) What is CommandCounterIncrement()? _________________________________________________________________ - General Questions - +General Questions + 1.1) How do I get involved in PostgreSQL development? Download the code and have a look around. See 1.7. diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 32ed55ac000..f6bef3c6a15 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Mar 11 16:42:06 EST 2005</P> + <P>Last updated: Tue Mar 15 17:38:18 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>) @@ -242,7 +242,7 @@ <H4><A name="1.7">1.7</A>) What is the latest release?</H4> - <P>The latest release of PostgreSQL is version 8.0.0.</P> + <P>The latest release of PostgreSQL is version 8.0.1.</P> <P>We plan to have major releases every ten to twelve months.</P> diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 76872983670..111fb12a0c8 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Mar 11 16:43:05 EST 2005</P> + <P>Last updated: Sun Mar 13 22:07:18 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>)<BR> @@ -75,9 +75,7 @@ <HR> - <CENTER> - <H2>General Questions</H2> - </CENTER> + <H2>General Questions</H2> <H3><A name="1.1">1.1</A>) How do I get involved in PostgreSQL development?</H3> @@ -86,7 +84,7 @@ "#1.7">1.7</A>.</P> <P>Subscribe to and read the <A href= - "http://archives.posrgresql.org/pgsql-hackers">pgsql-hackers</A> + "http://archives.postgresql.org/pgsql-hackers">pgsql-hackers</A> mailing list (often termed 'hackers'). This is where the major contributors and core members of the project discuss development.</P> |