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

From Ian Barwick
Subject Re: Patch: add psql tab completion for event triggers
Date
Msg-id 5343C0EB.8080707@2ndquadrant.com
Whole thread Raw
In response to Patch: add psql tab completion for event triggers  (Ian Barwick <ian@2ndquadrant.com>)
Responses Re: Patch: add psql tab completion for event triggers  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 08/04/14 18:22, Ian Barwick wrote:
> 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

Apologies, previous patch had some unrelated changes in it.

Correct patch attached.


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

Attachment

pgsql-hackers by date:

Previous
From: Ian Barwick
Date:
Subject: Patch: add psql tab completion for event triggers
Next
From: Heikki Linnakangas
Date:
Subject: Re: B-Tree support function number 3 (strxfrm() optimization)