X-Original-To: pgsql-hackers@postgresql.org Received: from spampd.localdomain (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 6B765476494 for ; Tue, 6 May 2003 15:27:00 -0400 (EDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by postgresql.org (Postfix) with ESMTP id D068C476285 for ; Tue, 6 May 2003 15:26:59 -0400 (EDT) Received: from p50818cd8.dip0.t-ipconnect.de ([80.129.140.216] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE(Exim) 4.97 #53) id 19D85b-0006PE-00 for pgsql-hackers@postgresql.org; Tue, 06 May 2003 21:26:59 +0200 Message-ID: <3EB80C87.106@web.de> Date: Tue, 06 May 2003 21:27:03 +0200 From: Andreas Pflug User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-hackers@postgresql.org Subject: information_schema OID Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-11.7 required=5.0 tests=BAYES_01,RCVD_IN_NJABL,USER_AGENT_MOZILLA_UA autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-Archive-Number: 200305/114 X-Sequence-Number: 38621 As information_schema has found its way into the initdb script, it can be considered a system schema. Unfortunately, it has an arbitrary OID, so pgadmin3 will not detect it as system schema. How should pgadmin3 handle this? Will information_schema eventually get a dedicated OID or should we check for the name? Regards, Andreas