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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема psql's \d functions broken for views in current sources
Дата
Msg-id 13888.969753836@sss.pgh.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: type design guidance needed
Следующее
От: Philip Warner
Дата:
Сообщение: RFC - change of behaviour of pg_get_userbyid & pg_get_viewdef?