pgsql: Improved tab completion for views with triggers. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Improved tab completion for views with triggers.
Date
Msg-id E1PSLr7-0007GQ-Au@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improved tab completion for views with triggers.

Allow INSERT INTO, UPDATE, and DELETE FROM to be completed with
either the name of a table (as before) or the name of a view with
an appropriate INSTEAD OF rule.

Along the way, allow CREATE TRIGGER to be completed with INSTEAD OF,
as well as BEFORE and AFTER.

David Fetter, reviewed by Itagaki Takahiro

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9878e295dc937c664367875dc001b7503df057f1

Modified Files
--------------
src/bin/psql/tab-complete.c |   59 ++++++++++++++++++++++++++++++++++++++++---
1 files changed, 55 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Marc G. Fournier
Date:
Subject: pgsql: Tag 8.3.13.
Next
From: Marc G. Fournier
Date:
Subject: pgsql: Tag 8.1.23.