I have a database schema named: nyummy and a table named cimory:
nyummy
cimory
create table nyummy.cimory ( id numeric(10,0) not null, name c
have u tried in pgadmin executing query with " EXECUTE QUERY WRITE RESULT TO FILE " option
" EXECUTE QUERY WRITE RESULT TO FILE "
its only export the data, else try like
pg_dump -t view_name DB_name > db.sql
-t option used for ==> Dump only tables (or views or sequences) matching table, refer