]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add regression test for ALTER TABLE .. NO INHERIT on typed tables
authorMichael Paquier <michael@paquier.xyz>
Tue, 17 Mar 2026 04:14:02 +0000 (13:14 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 17 Mar 2026 04:14:02 +0000 (13:14 +0900)
commitcbf9a72993ec8148cdf1925e414e0b4e27f20f2f
tree8f0508ee5cfb8663d63991c755609dafecdaa27d
parentaf8837a10bc70d5e815a1bda986429a2a73ad174
Add regression test for ALTER TABLE .. NO INHERIT on typed tables

This test addition has come up as a suggestion by me, while discussing a
patch that manipulates the area of the code related to this command
pattern.

Author: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAEoWx2kggo1N2kDH6OSfXHL_5gKg3DqQ0PdNuL4LH4XSTKJ3-g@mail.gmail.com
src/test/regress/expected/typed_table.out
src/test/regress/sql/typed_table.sql