Re: psql tab-complete and backslash patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql tab-complete and backslash patch
Дата
Msg-id 2507.1124045544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql tab-complete and backslash patch  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Ответы Re: psql tab-complete and backslash patch  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-patches
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.

            regards, tom lane

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: [HACKERS] For review: Server instrumentation patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: createuser patch