Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 246D5475C22 for ; Sun, 15 Dec 2002 11:53:48 -0500 (EST) Received: from post.webmailer.de (natsmtp00.webmailer.de [192.67.198.74]) by postgresql.org (Postfix) with ESMTP id 16DF5474E44 for ; Sun, 15 Dec 2002 11:53:47 -0500 (EST) Received: from ianb.local (pD9E0E743.dip.t-dialin.net [217.224.231.67]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id RAA08721 for ; Sun, 15 Dec 2002 17:53:36 +0100 (MET) From: Ian Barwick To: pgsql-docs@postgresql.org Subject: Update for FAQ Date: Sun, 15 Dec 2002 17:53:42 +0100 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_IX66Q9JMJQ7KSXYEL2IR" Message-Id: <200212151753.42420.barwick@gmx.net> X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200212/15 X-Sequence-Number: 1588 --------------Boundary-00=_IX66Q9JMJQ7KSXYEL2IR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thought it might be nice to bump up the current release number ;-) Ian Barwick barwick@gmx.net --------------Boundary-00=_IX66Q9JMJQ7KSXYEL2IR Content-Type: text/x-diff; charset="us-ascii"; name="FAQ.html.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="FAQ.html.patch" Index: FAQ.html =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/FAQ/FAQ.html,v retrieving revision 1.164 diff -c -r1.164 FAQ.html *** FAQ.html 2002/12/05 05:47:44 1.164 --- FAQ.html 2002/12/15 16:48:47 *************** *** 318,324 ****

1.7) What is the latest release?

!

The latest release of PostgreSQL is version 7.2.3.

We plan to have major releases every four months.

--- 318,324 ----

1.7) What is the latest release?

!

The latest release of PostgreSQL is version 7.3.

We plan to have major releases every four months.

*************** *** 536,543 **** interface? Yes, there are several graphical interfaces to PostgreSQL available. ! These include PgAccess ! http://www.pgaccess.com), PgAdmin II (http://www.pgadmin.org, Win32-only), RHDB Admin (http://sources.redhat.com/rhdb/ --- 536,543 ---- interface? Yes, there are several graphical interfaces to PostgreSQL available. ! These include PgAccess ! http://www.pgaccess.org), PgAdmin II (http://www.pgadmin.org, Win32-only), RHDB Admin (http://sources.redhat.com/rhdb/ *************** *** 546,555 **** also PHPPgAdmin ( http://phppgadmin.sourceforge.net/ ), a web-based interface to PostgreSQL. - -

We have a nice graphical user interface called PgAccess which can - also be used as a report generator. The Web page is - http://www.pgaccess.org/.

2.4) What languages are able to communicate with PostgreSQL?

--- 546,551 ---- --------------Boundary-00=_IX66Q9JMJQ7KSXYEL2IR--