I want sql script of postgres 9 database schema which is not on local server. I tried pg_dump command on sql editor of pgAdmin and its not working there. I m not sure where to run that command. Please assist me with the same….
Thanks..
I want sql script of postgres 9 database schema which is not on local
Share
pg_dumpis a command line utility; it isn’t SQL, so it won’t work in pgAdmin or anywhere else that executes SQL.pgAdminhowever does have a facility to do what you want:Backupfrom the pop-up menuPlainOnly schema