Re: psql tab-complete and backslash patch

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: psql tab-complete and backslash patch
Дата
Msg-id 43004961.9090402@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: psql tab-complete and backslash patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: psql tab-complete and backslash patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
>
>>attached is a patch against psql that makes psql's tabcomplete code
>>ROLES aware, adds SET SCHEMA and basic CREATE DATABASE/TRIGGER support
>>as well as some other minor things.
>
>
> Applied with some changes.  I didn't see the point of making \du
> backwards compatible to older versions; we've never worried about that
> before in psql's \d commands.  Also I thought the "Attributes" approach
> of the old \du code was well past its usefulness, so I just changed it
> to separate columns.


thanks for applying!
While I know that we have never guaranteed backwards-compatibility for
psql's backslash commands (or for tab-complete either) I modeled this
after the \db-tablespace code. Removing it altogether is fine too :-)
Any particular reason why you dropped the SET SCHEMA <tab> part of my
patch ?


Stefan

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

Предыдущее
От: NosyMan
Дата:
Сообщение: Command args user password
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: Command args user password