Re: how to find out whether a view is updatable

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: how to find out whether a view is updatable
Дата
Msg-id CAEZATCVsCf7k-BkUtkFYJCbCkG_0v1YRvAV5EySfcXMw4HYbiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to find out whether a view is updatable  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: how to find out whether a view is updatable  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 19 June 2013 15:22, Peter Eisentraut <peter_e@gmx.net> wrote:
> We still don't have any support for this in psql, do we?
>

No, but at least we now have an API that psql can use.

There are still a number of questions about the best way to display it in psql.
Should it be another column in \d+'s list of relations?
Should it appear in \d+ for a single relation?
Should it distinguish updatable from insertable and deletable?
Should tab-completion also be modified?

Currently I'm thinking yes, yes, no, yes.

Regards,
Dean



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Git-master regression failure
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: Implementing incremental backup