• Robert Haas's avatar
    Improved tab completion for views with triggers. · 9878e295
    Robert Haas authored
    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
    9878e295
tab-complete.c 106 KB