CREATE SCHEMA ... CREATE DOMAIN support

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: CREATE SCHEMA ... CREATE DOMAIN support
Date: 2024-11-12 12:54:46
Message-ID: CALdSSPh4jUSDsWu3K58hjO60wnTRR0DuO4CKRcwa8EVuOSfXxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers!

This copy of my reply mail from pgsql-general[0], & [1] which was held
for moderation for some reason.

Here it goes as-is :

== begin
Hi Álvaro, thanks for the detailed explanation.

So, IIUC you are suggesting to support SQL standard features before
any work with PostgreSQL extension.
Ok, I will try to go this way. PFA patch implementing CREATE DOMAIN
support for CREATE SCHEMA statement.
Of all other options, CREATE DOMAIN support looks like the most stranfoward one.

Patch obviously leaks doc & regression tests, but I'm posting it to
see if this contribution is needed in PostgreSQL

== end

[0] https://www.postgresql.org/message-id/CALdSSPgxcRkooZ2iQ5A7XhYoexVAdbiT6znZDqJTE8hxUVjz_A%40mail.gmail.com

[1] https://www.postgresql.org/message-id/202411111009.ckna4vp7ahyk%40alvherre.pgsql
--
Best regards,
Kirill Reshke

Attachment Content-Type Size
v1-0001-Extend-CREATE-SCHEMA-element-with-DOMAIN-support.patch application/octet-stream 2.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2024-11-12 12:59:39 Re: logical replication: restart_lsn can go backwards (and more), seems broken since 9.4
Previous Message Amit Kapila 2024-11-12 12:24:40 Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY