pgsql: Improve tab-completion for DROP POLICY

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve tab-completion for DROP POLICY
Date: 2015-07-20 13:38:07
Message-ID: E1ZHBGh-0007m9-Jc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve tab-completion for DROP POLICY

Backpatch to 9.5.

Author: Pavel Stěhule

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/691c32f69a7efd6af9cda100c7e5ebf3b0c1937c

Modified Files
--------------
src/bin/psql/tab-complete.c | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2015-07-20 15:19:22 pgsql: This supports the triconsistent function for pg_trgm GIN opclass
Previous Message Alvaro Herrera 2015-07-20 12:55:40 pgsql: Fix (some of) pltcl memory usage