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

2025-11-10 Thread Tim Waizenegger
, saving the cache lookup seems like a minor improvement. To us it seemed more desirable to leave the code unoptimized in this location so that constraint scan and constraint processing can be decoupled into individual single-purpose functions/blocks. Let us know what you think. Best regards, Florin Irion Tim Waizenegger EDB (EnterpriseDB) v3-0001-Add-pg_get_domain_ddl-function-to-reconstruct-CRE.patch Description: Binary data

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

2025-10-22 Thread Tim Waizenegger
retty flag. I wonder why pg_get_domain_ddl() doesn’t support > an argument for pretty? > > That's a good point; we'll add pretty printing support for consistency with the other functions. I'll send a new patch in the coming days. Best regards, Florin Irion Tim Waizenegger EDB (EnterpriseDB)

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

2025-10-22 Thread Tim Waizenegger
On Thu, Oct 16, 2025 at 1:05 PM jian he wrote: > > On Thu, Oct 16, 2025 at 5:17 PM Tim Waizenegger > wrote: > > > > Hi all, > > > > Following the recent "Retail DDL" discussion [1], we're submitting another > > implementation: pg_get_doma

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

2025-10-18 Thread Tim Waizenegger
.postgresql.org/message-id/flat/CAPXBC8K5awmtMoq66DGHe%2BnD7hUf6HPRVHLeGNBRpCDpzusOXQ%40mail.gmail.com [3] https://www.postgresql.org/message-id/flat/CANxoLDdJsRJqnjMXV3yjsk07Z5iRWxG-c2hZJC7bAKqf8ZXj_A%40mail.gmail.com --- Best regards, Florin Irion Tim Waizenegger EDB (EnterpriseDB) v1-0001-Add-pg_get_domain_ddl-function-to-reconstruct-CRE.patch Description: Binary data