Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 3C329632D7B for ; Sat, 7 Feb 2009 15:37:10 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 32994-04 for ; Sat, 7 Feb 2009 15:37:07 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from outmail137145.authsmtp.co.uk (outmail137145.authsmtp.co.uk [62.13.137.145]) by mail.postgresql.org (Postfix) with ESMTP id 77BBD632CE2 for ; Sat, 7 Feb 2009 15:37:07 -0400 (AST) Received: from mail-c189.authsmtp.com (mail-c189.authsmtp.com [62.13.128.71]) by punt9.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n17Jb4rX046110; Sat, 7 Feb 2009 19:37:04 GMT Received: from Sidney-Stratton.local (adsl-63-195-55-98.dsl.snfc21.pacbell.net [63.195.55.98]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n17Jb2xa093572; Sat, 7 Feb 2009 19:37:03 GMT Message-ID: <498DE2DF.7090507@agliodbs.com> Date: Sat, 07 Feb 2009 11:37:03 -0800 From: Josh Berkus Organization: Aglio Database Solutions User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Bruce Momjian CC: pgsql-docs@postgresql.org Subject: Re: Clarification to catalog-pg-class References: <200902071929.n17JTTX13008@momjian.us> In-Reply-To: <200902071929.n17JTTX13008@momjian.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: b2a79332-f54e-11dd-bc7b-001f29070be2 X-AuthRoute: OCdyZgscClZXSx8a IioLCC5HRQ8+YBZL BAkGMA9GIUINWEQL c1ACcR19PVdbHwkB CnYKUl5XV1dxXS1z aBRQZABDZ09QVg11 Uk1LR01SWltpBmZT BFZPUhBxcgJENnZ5 bAgwXCFcVUd5d1sr R0oBCGwHMTN9OjMY Al1YdwICcgpKeR8X P1IxNiYHcQ5zGQkD KkcYOzkrPDteIy1J QwYLZU4VCU0CAjc4 QB9HBTpqFkkMXD5b X-Authentic-SMTP: 61633136333939.kestrel.dmpriest.net.uk:1378/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200902/4 X-Sequence-Number: 5050 > The count was only used to determine if we should check for triggers, so > we now use a boolean; the code checks are the same. Hmmm. In the beta publicity and release notes, we should warn tool designers about this. It's quite possible that some of them (SQLManger, etc.) were using the counts for something. No reason to surprise them. --Josh