pgsql: Improved tab completion for views with triggers.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improved tab completion for views with triggers.
Date: 2010-12-14 03:47:13
Message-ID: E1PSLr7-0007GQ-Au@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2010-12-14 03:52:53 pgsql: Tag 8.1.23.
Previous Message Marc G. Fournier 2010-12-14 03:14:37 pgsql: Tag 8.1.23.