Re: psql \l to accept patterns

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Re: psql \l to accept patterns
Дата
Msg-id 5107E8B4.5040000@uptime.jp
обсуждение исходный текст
Ответ на Re: psql \l to accept patterns  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: psql \l to accept patterns  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: psql \l to accept patterns  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Hi,

I have tried this patch.

https://commitfest.postgresql.org/action/patch_view?id=1051

2013/01/29 14:48, Peter Eisentraut wrote:
> On Mon, 2013-01-07 at 07:14 -0500, Peter Eisentraut wrote:
>> Here is a patch for psql's \l command to accept patterns, like \d
>> commands do.  While at it, I also added an "S" option to show system
>> objects and removed system objects from the default display.  This might
>> be a bit controversial, but it's how it was decided some time ago that
>> the \d commands should act.
>
> Most people didn't like the "S" option, so here is a revised patch that
> just adds the pattern support.

It seems working well with the latest git master.
I think it's good enough to be committed.

BTW, is there any good place to put new regression test for the psql
command? I couldn't find it out.

Any comment or suggestion?

Regards,
-- 
Satoshi Nagayasu <snaga@uptime.jp>
Uptime Technologies, LLC. http://www.uptime.jp



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [sepgsql 2/3] Add db_schema:search permission checks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql \l to accept patterns