In pgAdmin III you can:
- right-click a table;
- scripts;
- CREATE script;
- save the script from the SQL Editor.
If one has to do this for more than one table, is there a way to combine the scripts in one file (apart from manually copy-pasting them)? If this can be done via psql prompt or phppgadmin, that will be ok too.