Re: CREATE SCHEMA ... CREATE DOMAIN support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Kirill Reshke <reshkekirill(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support
Date: 2026-04-05 22:05:41
Message-ID: 1105374.1775426741@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Here's a revised patchset that I think is pretty close to committable.

The cfbot reminded me that I'd failed to check whether the regression
test outputs are stable across different collations. Grumble.

Fixed that, and rewrote the changes in create_schema.sgml as I'd been
speculating about earlier.

regards, tom lane

Attachment Content-Type Size
v13-0001-Don-t-try-to-re-order-the-subcommands-of-CREATE-.patch text/x-diff 26.9 KB
v13-0002-Execute-foreign-key-constraints-in-CREATE-SCHEMA.patch text/x-diff 24.3 KB
v13-0003-Support-more-object-types-within-CREATE-SCHEMA.patch text/x-diff 25.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2026-04-05 22:13:40 Re: Refactor query normalization into core query jumbling
Previous Message Alexandre Felipe 2026-04-05 21:28:35 Re: SLOPE - Planner optimizations on monotonic expressions.