Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement - Mailing list pgsql-hackers

From solai v
Subject Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Date
Msg-id CAF0whueHXsGcKgoxzneDbk8DPxjtRmYGBAzy-J7yUVt+H4k+9w@mail.gmail.com
Whole thread
In response to Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement  (Florin Irion <irionr@gmail.com>)
List pgsql-hackers
Hi Florin,

I tested v11 of the patch on current master. The patch applied
cleanly, and I was able to build and install PostgreSQL without any
issues.
I tested a few different cases, including domains with CHECK
constraints, DEFAULT values, and NOT NULL constraints. In all cases,
pg_get_domain_ddl() generated the expected CREATE DOMAIN statement.
I also verified both the default and pretty-printed output formats,
and they produced the expected results. Finally, I checked the
behavior with a non-existent domain and confirmed that it returns an
appropriate error.

Overall, the patch worked as expected in my testing.
regards,
Solai



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Clarify or fix SIGINT handling in data checksums launcher
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement