aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-16 18:40:32 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-16 18:40:32 +0000
commit5131e5ab7d75279fe78d025f6d6668f15d7efd67 (patch)
tree1a61953c794a8c9f452644fb226bb5f6cff6e070
parent260faf0b633716d02e30103bd5e94eb40f06bf27 (diff)
downloadpostgresql-5131e5ab7d75279fe78d025f6d6668f15d7efd67.tar.gz
postgresql-5131e5ab7d75279fe78d025f6d6668f15d7efd67.zip
Update release to mark 7.3.
-rw-r--r--doc/FAQ10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 0608a8051e5..411a059798c 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Thu Dec 5 00:47:26 EST 2002
+ Last updated: Mon Dec 16 13:40:20 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -246,7 +246,7 @@
1.7) What is the latest release?
- The latest release of PostgreSQL is version 7.2.3.
+ The latest release of PostgreSQL is version 7.3.
We plan to have major releases every four months.
@@ -415,17 +415,13 @@
2.3) Does PostgreSQL have a graphical user interface?
Yes, there are several graphical interfaces to PostgreSQL available.
- These include PgAccess http://www.pgaccess.com), PgAdmin II
+ These include PgAccess http://www.pgaccess.org), PgAdmin II
(http://www.pgadmin.org, Win32-only), RHDB Admin
(http://sources.redhat.com/rhdb/ ) and Rekall (
http://www.thekompany.com/products/rekall/, proprietary). There is
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?
Most popular programming languages contain an interface to PostgreSQL.