psql SET/RESET/SHOW tab completion - Mailing list pgsql-hackers

From Michael Fuhr
Subject psql SET/RESET/SHOW tab completion
Date
Msg-id 20050813043811.GA48090@winnie.fuhr.org
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Basic documentation for ROLEs.
Next
From: Brendan Jurd
Date:
Subject: Re: gettime() - a timeofday() alternative