diff options
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index f3871873f77..debee4a81fd 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: Wed Apr 18 23:05:05 EDT 2007</P> + <P>Last updated: Tue Sep 11 13:34:02 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -221,7 +221,7 @@ <H3 id="item1.6">1.6) What is the most recent release?</H3> - <P>The latest release of PostgreSQL is version 8.2.4.</P> + <P>The latest release of PostgreSQL is version 8.2.5.</P> <P>We plan to have a major release every year, with minor releases every few months.</P> @@ -585,8 +585,11 @@ <H3 id="item3.6">3.6) What is the upgrade process for PostgreSQL?</H3> <P>See <a - href="http://www.postgresql.org/support/versioning">http://www.postgresql.org/support/versioning</a>. - </P> + href="http://www.postgresql.org/support/versioning">http://www.postgresql.org/support/versioning</a> + for a general discussion about upgrading, and <a href= + "http://www.postgresql.org/docs/current/static/install-upgrading.html"> + http://www.postgresql.org/docs/current/static/install-upgrading.html</a> + for specific instructions.</P> <H3 id="item3.7">3.7) What computer hardware should I use?</H3> @@ -823,10 +826,6 @@ table?</TD><TD>unlimited</TD></TR> case to be stored in the column, use a <SMALL>CHECK</SMALL> constraint or a trigger.</P> - <A href="#item4.9">4.9</A>) In a query, how do I detect if a field - is <SMALL>NULL</SMALL>? How do I concatenate possible <SMALL>NULL</SMALL>s? - How can I sort on whether a field is <SMALL> NULL</SMALL> or not?<BR> - <H3 id="item4.9">4.9) In a query, how do I detect if a field is <SMALL>NULL</SMALL>? How do I concatenate possible <SMALL>NULL</SMALL>s? How can I sort on whether a field is <SMALL> NULL</SMALL> or not?</H3> |