Philipp Kraus <philipp.kraus@xxxxxxxxxxxx> writes: > Can I create a view, that can be used like a table, so on insert statements the default values are set? Sure. Just use ALTER VIEW SET DEFAULT to attach default values to the columns of the view. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general