From 1ab96739beb8fdc711671dff0ea424e7bfa95999 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Last updated: Mon Nov 21 16:01:05 EST 2005 Last updated: Tue Nov 22 10:04:06 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -145,6 +145,18 @@
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html
If you are looking for a PostgreSQL gatekeeper, central committee,
+ or controlling company, give up --- there isn't one. We do have a
+ core committee and CVS committers, but these groups are more for
+ administrative purposes than control. The project is directed by
+ the community of developers and users, which anyone can join. All
+ you need to do is subscribe to the mailing lists and participate in the
+ discussions. (See the
+ Developer's FAQ for information on how to get involved in PostgreSQL
+ development.)Frequently Asked Questions (FAQ) for PostgreSQL
- 1.2) Who controls PostgreSQL?
+
+ 1.3) What is the copyright of
PostgreSQL?
@@ -205,6 +217,13 @@
ftp://ftp.PostgreSQL.org/pub/.
The latest release of PostgreSQL is version 8.1.1
+ +We plan to have a major release every year, with minor releases + every few months.
+The PostgreSQL community provides assistance to many of its users @@ -234,13 +253,65 @@ "ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/ to see if there is a more recent PostgreSQL version.
-The latest release of PostgreSQL is version 8.1.1
+Bugs submitted using the bug form or posted to any PostgreSQL mailing + list typically generates one of the following replies:
+We plan to have a major release every year, with minor releases - every few months.
+PostgreSQL supports an extended subset of SQL:2003. + See our TODO + list for known bugs, missing features, and future plans.
+A feature request usually results in one of the following + replies:
+PostgreSQL does not use a bug tracking system because we find + it more efficient to respond directly to email and keep the TODO + list up-to-date. In practice, bugs don't last very long in the + software, and bugs that affect a large number of users are fixed + rapidly. The only single place to find all changes, improvements, + and fixes in a PostgreSQL release is to read our CVS logs messages. + Even the release notes do not contain every change made to the + software.
+PostgreSQL includes extensive documentation, including a large @@ -267,13 +338,6 @@
Our web site contains even more documentation.
-PostgreSQL supports an extended subset of SQL:2003. - See our TODO - list for known bugs, missing features, and future plans.
-If you are looking for a PostgreSQL gatekeeper, central committee, - or controlling company, give up --- there isn't one. We do have a - core committee and CVS committers, but these groups are more for - administrative purposes than control. The project is directed by - the community of developers and users, which anyone can join. All - you need to do is subscribe to the mailing lists and participate in the - discussions. (See the - Developer's FAQ for information on how to get involved in PostgreSQL - development.)
-The most common cause is the use of double-quotes around table or column names during table creation. When double-quotes are used, table and column names (called identifiers) are stored case-sensitive, meaning you must use - double-quotes when referencing the names in a query. Some interfaces, - like pgAdmin, automatically double-quote identifiers during table - creation. So, for identifiers to be recognized, you must either: + href="http://www.postgresql.org/docs/8.0/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> + case-sensitive, meaning you must use double-quotes when + referencing the names in a query. Some interfaces, like pgAdmin, + automatically double-quote identifiers during table creation. So, + for identifiers to be recognized, you must either: