I am using phpPgAdmin in the browser and PgAdmin III for Windows. Is there anyway to take the printout of the table structure for the entire database?
|
feedback
|
|
The standard way of exporting database schema is
The very same effect can be achieved in PgAdmin III:
Note: the resulting file, in both cases, will have not only tables but also all other objects (views, functions, etc etc). If you need only the minimal printout, you can edit this file in text editor and remove unneeded stuff. Leave only "Type: TABLE;" items. | |||||
|
feedback
|