PostgreSQL supports the SQL standard CREATE Â VIEW command, which supports automatic UPDATE, INSERT, and DELETE commands, provided they are simple enough.
Note that certain types of updates are forbidden just because it is either impossible or impractical to derive a corresponding list of modifications on the constituent tables. We'll discuss those issues here.