"ERROR: generation expression is not immutable" why is the alter table for new generated column is immutable? – Postgresql
Why is the below code not valid. I have only used immutable columns. Below code is supposed to add a new column to the users table. There are few conditions that needs to meet for the is_valid column to be…