Page 1 of 1

Dump with Structure - PostgreSQL

Posted: Wed 21 Aug 2013 16:47
by brunodelphi
I need to generate a dump with the whole structure of the database and their records.
Similar to "pg_dump -f filename.sql -U postgres batabase"

Is it possible?

Thank you.

Bruno Cezar.

Re: Dump with Structure - PostgreSQL

Posted: Thu 22 Aug 2013 09:28
by AlexP
Hello,

UniDAC is a universal product, therefore only data dump is implemented in it. There is the full dump implementation in PgDAC http://www.devart.com/pgdac/ via the PgDump component.