Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement

From: Florin Irion <irionr(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Date: 2026-07-03 16:26:03
Message-ID: d9ad9b6b-9e37-4a5f-8985-a56db17ac75c@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Thank you Japin Li for the last suggestions.

I addressed them and as some sibling functions (pg_get_role_ddl(),
pg_get_tablespace_ddl(), pg_get_database_ddl()) were merged in master
since, I rebased and adjusted my patch to use the framework that is now
present.

Attaching V11

Cheers,
Florin
www.enterprisedb.com

Attachment Content-Type Size
v11-0001-Add-pg_get_domain_ddl-function-to-reconstruct-CR.patch text/plain 34.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Baji Shaik 2026-07-03 16:34:51 Re: uuidv7 improperly accepts dates before 1970-01-01
Previous Message Sami Imseih 2026-07-03 16:04:56 Re: add validations for required callbacks during pgstat_register_kind()