I need to get the "CREATE TABLE" statements for all the tables in a particular schema of postgreSQL. How can I do so? Thanks in advance.
Asked
Active
Viewed 1,345 times
0
-
1https://www.postgresql.org/docs/current/app-pgdump.html – Feb 08 '21 at 20:35
-
Thanks @a_horse_with_no_name I can use pg_dump. I'll try this option. – Anand Rajakrishnan Feb 09 '21 at 15:13