mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
b2ef8929ae
Instead of dumping them as CREATE TABLE ... OF, dump them as normal tables with the usual special processing for dropped columns, and then attach them to the type afterward, using ALTER TABLE ... OF. This is analogous to the existing handling of inherited tables.