X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 1BC9C9DCAB2 for ; Fri, 2 Dec 2005 07:14:21 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 51548-02 for ; Fri, 2 Dec 2005 07:14:16 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by postgresql.org (Postfix) with ESMTP id D6BBF9DCAAE for ; Fri, 2 Dec 2005 07:14:17 -0400 (AST) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id 598DF239664 for ; Fri, 2 Dec 2005 06:14:20 -0500 (EST) Received: from mailbox.samurai.com ([205.207.28.82]) by localhost (mailbox.samurai.com [205.207.28.82]) (amavisd-new, port 10024) with LMTP id 42472-01-8 for ; Fri, 2 Dec 2005 06:14:18 -0500 (EST) Received: from [192.168.1.104] (d226-86-55.home.cgocable.net [24.226.86.55]) by mailbox.samurai.com (Postfix) with ESMTP id D8F09239667 for ; Fri, 2 Dec 2005 06:14:17 -0500 (EST) Subject: fixes for "about" From: Neil Conway To: pgsql-www@postgresql.org Content-Type: text/plain Date: Fri, 02 Dec 2005 06:15:40 -0500 Message-Id: <1133522140.9942.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailbox.samurai.com X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200512/17 X-Sequence-Number: 8958 From http://www.postgresql.org/about/, first paragraph: It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. BeOS is unsupported by recent releases, as is SunOS. Second paragraph from the top: An enterprise class database, PostgreSQL boasts sophisticated features such as the Multi-Version Concurrency Control (MVCC), "such as Multi-Version Concurrency Control" is better, I think. point in time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write ahead log for fault tolerance. Should be "write ahead logging", or "a write ahead log", etc. It supports international character sets, multibyte character encodings, Unicode, and in is locale-aware for sorting, case-sensitivity, and formatting. "... and it is locale-aware", I believe. It is highly scalable both in sheer quantity of data it can manage and and in the number of concurrent users it can accommodate. Should be "highly scalable both in the sheer ..." The second paragraph of the section "Featureful and Standards Compliant": Data integrity features include (compound) primary keys, foreign keys with restricting and cascading updates/deletes, check constraints, unique constraints, and not null constraints, all of which are deferrable. Primary keys, check constraints, unique constraints, and not null constraints are not in fact deferrable. Would someone be kind enough to make these fixes for me? -Neil