Re: psql :: support for \ev viewname and \sv viewname

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: psql :: support for \ev viewname and \sv viewname
Дата
Msg-id 28e80f8e-3ec0-1505-6b9a-5b55ef1b8eae@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: psql :: support for \ev viewname and \sv viewname  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: psql :: support for \ev viewname and \sv viewname  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On 5/2/16 8:53 AM, Dean Rasheed wrote:
> Here are updated patches doing that --- the first moves
> fmtReloptionsArray() from pg_dump.c to fe_utils/string_utils.c so that
> it can be shared by pg_dump and psql, and renames it to
> appendReloptionsArray(). The second patch fixes the actual psql bug.

This looks reasonable.

I would change appendReloptionsArrayAH() to a function and keep AH as 
the first argument (similar to other functions that take such a handle).

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: old_snapshot_threshold's interaction with hash index
Следующее
От: Robert Haas
Дата:
Сообщение: what to revert