• Robert Haas's avatar
    Allow only some columns of a view to be auto-updateable. · cab5dc5d
    Robert Haas authored
    Previously, unless all columns were auto-updateable, we wouldn't
    inserts, updates, or deletes, or at least not without a rule or trigger;
    now, we'll allow inserts and updates that target only the auto-updateable
    columns, and deletes even if there are no auto-updateable columns at
    all provided the view definition is otherwise suitable.
    
    Dean Rasheed, reviewed by Marko Tiikkaja
    cab5dc5d
rewriteHandler.h 1 KB