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

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: psql's \d functions broken for views in current sources
Date: 2000-09-25 01:26:02
Message-ID: 39CEA9AA.B13B4CB9@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-09-25 01:37:50 Re: psql's \d functions broken for views in current sources
Previous Message Mikheev, Vadim 2000-09-25 00:39:26 RE: Concurrent-update problem in bufmgr.c