Is there an equivalent of MySQL's SHOW CREATE TABLE
in Postgres? Is this possible? If not what is the next best solution?
I need the statement because I use it to create the table on an remote server (over WCF).
Is there an equivalent of MySQL's SHOW CREATE TABLE
in Postgres? Is this possible? If not what is the next best solution?
I need the statement because I use it to create the table on an remote server (over WCF).