psql \d commands and information_schema

From: Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: psql \d commands and information_schema
Date: 2009-02-25 10:02:40
Message-ID: 49A51740.9050804@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a patch that modifies psql \dX commands to treat objects
in information_schema as "system objects". This prevents them from
showing up in \dX *.* and polluting the user objects list. This is
especially annoying if user objects are in multiple schemas, and
one wants to get a quick overview by running \dX *.*

regards,
Martin

Attachment Content-Type Size
psql-describe.patch text/x-diff 9.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2009-02-25 12:06:18 Re: Service not starting: Error 1053
Previous Message Dave Page 2009-02-25 09:06:29 Re: Service not starting: Error 1053