Re: psql tab completion for DROP TRIGGER/RULE and ALTER TABLE ... DISABLE/ENABLE - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: psql tab completion for DROP TRIGGER/RULE and ALTER TABLE ... DISABLE/ENABLE
Date
Msg-id 20140506175547.GT2556@tamriel.snowman.net
Whole thread Raw
In response to psql tab completion for DROP TRIGGER/RULE and ALTER TABLE ... DISABLE/ENABLE  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
Andreas,

* Andreas Karlsson (andreas@proxel.se) wrote:
> When benchmarking an application I got annoyed at how basic the tab
> completion for ALTER TABLE ... DISABLE/ENABLE TRIGGER and DROP
> TRIGGER is. So here is a patch improving the tab completion around
> triggers. For consistency I have also added the same completions to
> rules since their DDL is almost identical.

Please add this to the commitfest application, so we don't forget about
this patch.

http://commitfest.postgresql.org
Thanks!
    Stephen

pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: psql tab completion for DROP TRIGGER/RULE and ALTER TABLE ... DISABLE/ENABLE
Next
From: Andres Freund
Date:
Subject: Re: pg_shmem_allocations view