Additional tests for stored generated columns

Some additional tests have been created during the development of
virtual generated columns (not included here).  This commit adds
equivalent tests to the existing test set for stored generated
columns.  This includes expanded tests related to MERGE, subqueries,
whole-row references, permissions, domains, partitioning, and
triggers.

Author: Peter Eisentraut <[email protected]>
Co-authored-by: jian he <[email protected]>
Co-authored-by: Dean Rasheed <[email protected]>
Discussion: 
https://www.postgresql.org/message-id/flat/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41084409f635453efce03f1114880189b4f6ce4c

Modified Files
--------------
src/test/regress/expected/generated_stored.out | 140 +++++++++++++++++++++++--
src/test/regress/sql/generated_stored.sql      |  59 +++++++++--
2 files changed, 179 insertions(+), 20 deletions(-)

Reply via email to