How to generate the "create table" sql statement for an existing table in postgreSQL Here is explained how to generate such script for one table, but how to do the same for whole database?
-
1are you trying to export the schema? if so stackoverflow.com/questions/14486241/…FuzzyTree– FuzzyTree2015-11-19 18:13:54 +00:00Commented Nov 19, 2015 at 18:13
-
@FuzzyTree thanks, your comment helped me.serhii– serhii2015-11-19 20:56:00 +00:00Commented Nov 19, 2015 at 20:56
Add a comment
|