Hi, Michael, On Sun, Jul 10, 2022 at 11:13 AM Michael Nolan <[email protected]> wrote: > > > > On Sun, Jul 10, 2022 at 10:28 AM Igor Korot <[email protected]> wrote: >> >> Hi, >> Is there a query I can execute that will give me CREATE TABLE() command >> used to create a table?
So there is no "query" per se? Also how do I pass the table name? Thank you. >> >> Thank you. > > > Use pg_dump --schema-only > -- > Mike Nolan
