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

From Hiroshi Inoue
Subject Re: psql's \d functions broken for views in current sources
Date
Msg-id 39CEA9AA.B13B4CB9@tpf.co.jp
Whole thread Raw
In response to psql's \d functions broken for views in current sources  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: psql's \d functions broken for views in current sources
List pgsql-hackers

Tom Lane wrote:

> 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.
>

Probably psql uses pg_views though I don't remember correctly.
It seemd that pg_views(initdb) should be changed first.

Regards.

Hiroshi Inoue




pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: Concurrent-update problem in bufmgr.c
Next
From: Tom Lane
Date:
Subject: Re: psql's \d functions broken for views in current sources