Would it be possible to add functions to tab-completion in psql?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: pgsql-general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Would it be possible to add functions to tab-completion in psql?
Date: 2022-08-16 12:28:49
Message-ID: 20220816122849.GC24417@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
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?

Best regards,

depesz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2022-08-16 12:42:27 Re: Would it be possible to add functions to tab-completion in psql?
Previous Message houzj.fnst@fujitsu.com 2022-08-16 11:57:17 RE: Support logical replication of DDLs