simonwh...@dciphercomputing.com writes: > Does the Update command update the columns in the order they are listed?
Notionally, they're all done concurrently. This is embodied in our docs by defining the update source expressions thus: An expression to assign to the column. The expression can use the old values of this and other columns in the table. > Can an updated column's new value be used in the value calculation for a > subsequent column? No, see above. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs