psql SET/RESET/SHOW tab completion

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема psql SET/RESET/SHOW tab completion
Дата
Msg-id 20050813043811.GA48090@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: psql SET/RESET/SHOW tab completion  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: psql SET/RESET/SHOW tab completion  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Would anybody object to a patch to update psql's tab completion for
SET/RESET/SHOW to include everything that SHOW shows for a superuser?

I count about 65 variables that SHOW shows that are missing from
pgsql_variables in tab-complete.c.  Does the list intentionally
omit certain variables?  The comment mentions that the list "should
match USERSET and possibly SUSET," but I'm thinking it would be
useful to include everything SHOWable.  In any case, a few USERSET
variables like check_function_bodies and escape_string_warning are
missing, so I'd like to add at least those.

-- 
Michael Fuhr


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Basic documentation for ROLEs.
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: gettime() - a timeofday() alternative