Patch: add psql tab completion for event triggers - Mailing list pgsql-hackers

From Ian Barwick
Subject Patch: add psql tab completion for event triggers
Date
Msg-id 5343BFBD.6020409@2ndquadrant.com
Whole thread Raw
Responses Re: Patch: add psql tab completion for event triggers  (Ian Barwick <ian@2ndquadrant.com>)
List pgsql-hackers
As it was kind of annoying not to have this when playing around with
event triggers.

This also tightens up the existing tab completion for ALTER TRIGGER,
which contained redundant code for table name completion, and which was
also causing a spurious "RENAME TO" to be inserted in this context:

     CREATE EVENT TRIGGER foo ON {event} ^I


Regards

Ian Barwick

--
  Ian Barwick                   http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Minor improvements in alter_table.sgml
Next
From: Ian Barwick
Date:
Subject: Re: Patch: add psql tab completion for event triggers