psql tab completion for updatable foreign tables

Поиск
Список
Период
Сортировка
От Bernd Helmle
Тема psql tab completion for updatable foreign tables
Дата
Msg-id E1675552C83ED6F99E5522A5@localhost
обсуждение исходный текст
Ответы Re: psql tab completion for updatable foreign tables  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
Recently i got annoyed that psql doesn't tab complete to updatable foreign
tables.

Attached is a patch to address this. I'm using the new
pg_relation_is_updatable() function to accomplish this. The function could
also be used for the trigger based stuff in the query, but i haven't
touched this part of the query. The patch ist against HEAD, but maybe it's
worth to apply this to REL9_3_STABLE, too, but not sure what our policy is
at this state...

--
Thanks

    Bernd
Вложения

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

Предыдущее
От: Hari Babu
Дата:
Сообщение: Re: Review: Patch to compute Max LSN of Data Pages
Следующее
От: Ants Aasma
Дата:
Сообщение: Re: XLogInsert scaling, revisited