Received: from localhost (unknown [200.46.204.184]) by developer.postgresql.org (Postfix) with ESMTP id 171ED2E005B for ; Tue, 8 Apr 2008 21:15:17 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 60504-02 for ; Tue, 8 Apr 2008 21:15:06 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by developer.postgresql.org (Postfix) with ESMTP id 6935C2E002C for ; Tue, 8 Apr 2008 21:15:13 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m390FlNM002541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Apr 2008 17:15:48 -0700 Date: Tue, 8 Apr 2008 17:18:11 -0700 From: "Joshua D. Drake" To: pgsql-docs@postgresql.org Subject: Update to FAQ Message-ID: <20080408171811.605c2d8e@commandprompt.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/Z+Ef3JHUxdireYTD0qiMRWg" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Tue, 08 Apr 2008 17:15:49 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.473 tagged_above=0 required=5 tests=AWL=-1.659, URIBL_OB_SURBL=2.132 X-Spam-Level: X-Archive-Number: 200804/2 X-Sequence-Number: 4862 --MP_/Z+Ef3JHUxdireYTD0qiMRWg Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline To address naming issue. -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate --MP_/Z+Ef3JHUxdireYTD0qiMRWg Content-Type: text/x-patch; name=faq.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=faq.diff Index: FAQ =================================================================== RCS file: /projects/cvsroot/pgsql/doc/FAQ,v retrieving revision 1.452 diff -c -r1.452 FAQ *** FAQ 3 Mar 2008 16:22:55 -0000 1.452 --- FAQ 9 Apr 2008 00:13:38 -0000 *************** *** 105,114 **** company. To get involved, see the developer's FAQ at http://www.postgresql.org/docs/faqs.FAQ_DEV.html ! Postgres is a widely-used nickname for PostgreSQL. It was the original ! name of the project at Berkeley and is strongly preferred over other ! nicknames. If you find 'PostgreSQL' hard to pronounce, call it ! 'Postgres' instead. 1.2) Who controls PostgreSQL? --- 105,118 ---- company. To get involved, see the developer's FAQ at http://www.postgresql.org/docs/faqs.FAQ_DEV.html ! In November 2007 a classic Open Source debate took place on whether ! or not to change the name of the PostgreSQL project to Postgres. ! It was decided that Postgres would be an officially recognized ! nickname but that the name would remain PostgreSQL. Postgres was ! the original name of the project at Berkeley and is strongly ! preferred over other nicknames. If you find 'PostgreSQL' hard ! to pronounce, call it 'Postgres' instead. ! 1.2) Who controls PostgreSQL? --MP_/Z+Ef3JHUxdireYTD0qiMRWg--