Re: CREATE SCHEMA ... CREATE DOMAIN support
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Kirill Reshke <reshkekirill@gmail.com>,
Peter Eisentraut <peter@eisentraut.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-03-30T02:44:10Z
Lists: pgsql-hackers
Attachments
- v11-0005-CREATE-SCHEMA-foreign-key-executed-at-the-end.patch (text/x-patch) patch v11-0005
- v11-0002-CREATE-SCHEMA-CREATE-DOMAIN.patch (text/x-patch) patch v11-0002
- v11-0001-Don-t-try-to-re-order-the-subcommands-of-CREATE-SCHEMA.patch (text/x-patch) patch v11-0001
- v11-0004-CREATE-SCHEMA-CREATE-TYPE.patch (text/x-patch) patch v11-0004
- v11-0003-CREATE-SCHEMA-CREATE-COLLATION.patch (text/x-patch) patch v11-0003
Hi. Rebase only. -- jian https://www.enterprisedb.com/
Commits
-
Don't try to re-order the subcommands of CREATE SCHEMA.
- a9c350d9ee66 19 (unreleased) landed
-
Execute foreign key constraints in CREATE SCHEMA at the end.
- 404db8f9edbb 19 (unreleased) landed
-
Support more object types within CREATE SCHEMA.
- d516974840f4 19 (unreleased) landed