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 929FE9DCAAE for ; Fri, 2 Dec 2005 08:16:06 -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 76497-01 for ; Fri, 2 Dec 2005 08:16:01 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mail.kivi.com.tr (mail.kivi.com.tr [213.143.254.37]) by postgresql.org (Postfix) with ESMTP id E37719DCAD3 for ; Fri, 2 Dec 2005 08:16:02 -0400 (AST) Received: by mail.kivi.com.tr (Postfix, from userid 1009) id 4D6C6801B5; Fri, 2 Dec 2005 14:15:55 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by mail.kivi.com.tr (Postfix) with ESMTP id 4407FA0693; Fri, 2 Dec 2005 14:15:55 +0200 (EET) Date: Fri, 2 Dec 2005 14:15:50 +0200 (EET) From: Devrim GUNDUZ X-X-Sender: devrim2@mail.kivi.com.tr To: Neil Conway Cc: pgsql-www@postgresql.org Subject: Re: fixes for "about" In-Reply-To: <1133522140.9942.16.camel@localhost.localdomain> Message-ID: References: <1133522140.9942.16.camel@localhost.localdomain> MIME-Version: 1.0 X-Kivi-MailScanner-Information: Please contact the ISP for more information X-Kivi-MailScanner: Found to be clean X-Kivi-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-2.82, required 6, autolearn=disabled, ALL_TRUSTED -2.82) X-Kivi-MailScanner-From: devrim@gunduz.org 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: Content-Type: TEXT/PLAIN; CHARSET=iso-8859-9; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: X-Archive-Number: 200512/18 X-Sequence-Number: 8959 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Neil, On Fri, 2 Dec 2005, Neil Conway wrote: >> 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. Done. > 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. Done. > 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. Done. > 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. Done. > 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 ..." Done. > 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. Done. > Would someone be kind enough to make these fixes for me? The changes will appear in next site build. Cheers, - -- Devrim GUNDUZ Kivi Biližim Teknolojileri - http://www.kivi.com.tr devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDkDr74zE8DGqpiZARAg/wAKCYoq/8NIxLG7WRzeBW0VF9XNPbWACfa357 5nJZ7NWnDahnCxYnY65cKeg= =kAaI -----END PGP SIGNATURE----- From pgsql-www-owner@postgresql.org Fri Dec 2 11:36:35 2005 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 39A969DCAB2 for ; Fri, 2 Dec 2005 11:36:34 -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 45851-10 for ; Fri, 2 Dec 2005 11:36:29 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from bramble.mmrd.com (bramble.mmrd.com [65.217.53.66]) by postgresql.org (Postfix) with ESMTP id 252C29DD73D for ; Fri, 2 Dec 2005 11:36:30 -0400 (AST) Received: from thorn.mmrd.com (thorn.mmrd.com [172.25.10.100]) by bramble.mmrd.com (8.12.8/8.12.8) with ESMTP id jB2GCjkB016388; Fri, 2 Dec 2005 11:12:45 -0500 Received: from gnvex001.mmrd.com (gnvex001.mmrd.com [10.225.10.110]) by thorn.mmrd.com (8.11.6/8.11.6) with ESMTP id jB2FaPC03316; Fri, 2 Dec 2005 10:36:27 -0500 Received: from [10.225.105.30] (10.225.105.30 [10.225.105.30]) by gnvex001.mmrd.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id TWDAHSZX; Fri, 2 Dec 2005 10:36:23 -0500 Subject: problem with david wheelers feed on planetpostgresql From: Robert Treat To: Devrim GUNDUZ , pgsql-www@postgresql.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 02 Dec 2005 10:36:15 -0500 Message-Id: <1133537784.3452.293.camel@camel> Mime-Version: 1.0 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/19 X-Sequence-Number: 8960 I've noticed that David Wheeler's blog postings are continuously incrementing in their posting date on planetpostgresql. This is keeping his blog post at the top of the page and bumping others below the fold. For example, I completely missed Chris's blog post on my$ql compat beta release. I've sent David an IM about this, but until it's fixed perhaps we should remove his feed from the page? Robert Treat -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL