X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id E1BC2563B9 for ; Mon, 14 Mar 2005 14:26:34 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 33198-10 for ; Mon, 14 Mar 2005 14:26:26 +0000 (GMT) Received: from Herge.rcsinc.local (mail.rcsonline.com [205.217.85.91]) by svr1.postgresql.org (Postfix) with ESMTP id 0D67A563B4 for ; Mon, 14 Mar 2005 14:26:25 +0000 (GMT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Subject: more concurrency information in the documentation Date: Mon, 14 Mar 2005 09:25:05 -0500 Message-ID: <6EE64EF3AB31D5448D0007DD34EEB3412A763C@Herge.rcsinc.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: more concurrency information in the documentation Thread-Index: AcUooZ2SjbUFYbhnSVuFjDOKXd7DTQ== From: "Merlin Moncure" To: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.058 tagged_above=0 required=5 tests=AWL, FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200503/6 X-Sequence-Number: 2902 I was looking for some good documentation resources on dealing with database concurrency issues online and I stumbled across this gem from Microsoft: http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnbda/= h tml/concurev4M.asp In it is a kind of 'best practices' in dealing with various concurrency issues in the 'real world' i.e. a business environment. Would a similarly structured document covering concurrency issues be acceptable in the PostgreSQL documentation? Merlin