Say I\'ve created a database in pgAdmin, but I want to export a CREATE sql file.
How would I go about generating the dump?
At least in PgAdmin III 1.22.1 you can get CREATE script doing: 1) right-click on table name 2) "Scripts" -> "CREATE script" There are options to get SELECT, DELETE etc.