Re: psql tab completion & USERSET vars - Mailing list pgsql-hackers

From Neil Conway
Subject Re: psql tab completion & USERSET vars
Date
Msg-id 87llnc67kg.fsf@mailbox.samurai.com
Whole thread Raw
In response to Re: psql tab completion & USERSET vars  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> I'm not by any means wedded to the "USERSET and possibly SUSET"
> policy, but I would like to stop somewhere short of "include
> everything".  Any thoughts?

Perhaps we could have two sets of variables: all the GUC vars (that
can be displayed via SHOW), and a subset of those that can be set by
the user. We could use the first set for tab-completion on SHOW and
the second for tab completion on SET.

-Neil



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql variables
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Timestamps