I want to export my postgresql db with pgadmin.
I search all of its GUI, I also searched the web and I don't find some sueful information.
I know how to import the db into postgresql: create a db with `template0' and then:
c:\program files\postgresql\9.3\bin> psql -h localhost -p 5432
-U postgres newDBname < D:\backup.sql
But I don't know how to export it. please help me to export my db.