Page 1 of 1

Restore dabase with PgDAC

Posted: Sun 03 Jul 2011 20:54
by xeo
Hello,
I'm new to PgDAC, and I like to know if there is a way of restoring
a database from a file made with pg_dump.

thank you in advance.

Posted: Mon 04 Jul 2011 09:15
by AlexP
Hello,

Yes, you can restore data that was saved using the PgDump.BackupToFile method using the PgDump.RestoreFromFile.

You can get more detailed information in the PgDAC help, TDADump Methods topic.