pgsql: Add tab completion for psql \dg and \z

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tab completion for psql \dg and \z
Date: 2010-10-28 20:07:44
Message-ID: E1PBYlE-00023i-L9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab completion for psql \dg and \z

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a3d40e9fb51f8aab9cde5d5018be5e46332275fd

Modified Files
--------------
src/bin/psql/tab-complete.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-10-29 00:49:50 pgsql: Allow generic record arguments to plperl functions
Previous Message Tom Lane 2010-10-28 17:29:32 pgsql: Save a few cycles in plpgsql simple-expression initialization.