psql's \d functions broken for views in current sources - Mailing list pgsql-hackers

From Tom Lane
Subject psql's \d functions broken for views in current sources
Date
Msg-id 13888.969753836@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
psql has some problems with views in current CVS: \d doesn't show views,
and if you do \d on a specific view, it doesn't identify it as a view
and doesn't show the view definition rule.

I assume this breakage is from the recent RELKIND_VIEW change;
probably psql didn't get updated to know about the new relkind.

Anyone care to work on this?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: type design guidance needed
Next
From: Philip Warner
Date:
Subject: RFC - change of behaviour of pg_get_userbyid & pg_get_viewdef?