On Sun, Jul 10, 2022 at 10:28 AM Igor Korot <ikorot01@xxxxxxxxx> wrote:
Hi,
Is there a query I can execute that will give me CREATE TABLE() command
used to create a table?
Thank you.
Use pg_dump --schema-only
--
Mike Nolan
Hi,
Is there a query I can execute that will give me CREATE TABLE() command
used to create a table?
Thank you.