pgsql: psql: Add tab completion for CREATE/ALTER ROLE name WITH

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Add tab completion for CREATE/ALTER ROLE name WITH
Date: 2012-04-18 13:56:43
Message-ID: E1SKVND-0008Nr-SA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add tab completion for CREATE/ALTER ROLE name WITH

Previously, the use of the optional key word WITH was not supported.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1fd832ddffe83a07f82939bd9e5787a61aeba1ef

Modified Files
--------------
src/bin/psql/tab-complete.c | 41 ++++++++++++++++++++++++++++++++++++++---
1 files changed, 38 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-18 14:03:44 Re: Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen
Previous Message Tom Lane 2012-04-18 13:53:50 Re: Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen