Re: Would it be possible to add functions to tab-completion in psql? - Mailing list pgsql-general

From Bzm@g
Subject Re: Would it be possible to add functions to tab-completion in psql?
Date
Msg-id E462A84C-2C16-47BF-9C33-D35687D0D206@2bz.de
Whole thread Raw
In response to Would it be possible to add functions to tab-completion in psql?  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-general

> As a dba I have to, very often, query system functions, starting with
> pg_last_xact_replay_timestamp and pg_current_wal_lsn.
> 
> Would it be possible/hard/expensive, to change tab-completion so that:
> 
> select pg_<tab> would work?

Not what you asked for, but anyway, I use
\sf pg_<tab> and copy the desired name to fix similar problems. 

> 



pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Would it be possible to add functions to tab-completion in psql?
Next
From: "Peter J. Holzer"
Date:
Subject: Re: Can I get the number of results plus the results with a single query?