psql's \d functions broken for views in current sources

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: psql's \d functions broken for views in current sources
Date: 2000-09-24 00:03:56
Message-ID: 13888.969753836@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-09-24 03:15:55 RFC - change of behaviour of pg_get_userbyid & pg_get_viewdef?
Previous Message Tom Lane 2000-09-23 16:37:49 Re: type design guidance needed