diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-14 03:37:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-14 03:37:30 +0000 |
commit | 2d7090bc56164a07bc4c9f4cde4357b1e96f5618 (patch) | |
tree | d6f68fb1bc49bae9f8a4a343daa6046f9a8e7057 | |
parent | de085820bf7f9dbff4b6c427a7a3689b7909c690 (diff) | |
download | postgresql-2d7090bc56164a07bc4c9f4cde4357b1e96f5618.tar.gz postgresql-2d7090bc56164a07bc4c9f4cde4357b1e96f5618.zip |
Remove reference to gborg, instead reference pgfoundry.
-rw-r--r-- | doc/FAQ | 5 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Oct 29 13:22:07 EDT 2007 + Last updated: Tue Nov 13 22:37:19 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -345,8 +345,7 @@ Some programming languages like PHP include an interface to PostgreSQL. Interfaces for languages like Perl, TCL, Python, and many - others are available at http://gborg.postgresql.org in the - Drivers/Interfaces section and via Internet search. + others are available at http://pgfoundry.org. 2.2) What tools are available for using PostgreSQL with Web pages? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 47e90bc274b..0e0be948cf9 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: Mon Oct 29 13:22:07 EDT 2007</P> + <P>Last updated: Tue Nov 13 22:37:19 EST 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -461,8 +461,7 @@ <P>Some programming languages like <SMALL>PHP</SMALL> include an interface to PostgreSQL. Interfaces for languages like Perl, <SMALL>TCL</SMALL>, Python, and many others are available at - <a href="http://gborg.postgresql.org">http://gborg.postgresql.org</A> - in the <I>Drivers/Interfaces</I> section and via Internet search. + <a href="http://pgfoundry.org">http://pgfoundry.org</A>. </P> <H3 id="item2.2">2.2) What tools are available for using |