Dump with Structure - PostgreSQL

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brunodelphi
Posts: 1
Joined: Wed 21 Aug 2013 16:41

Dump with Structure - PostgreSQL

Post by brunodelphi » Wed 21 Aug 2013 16:47

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.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Dump with Structure - PostgreSQL

Post by AlexP » Thu 22 Aug 2013 09:28

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.

Post Reply