PgSqlDump loosing sequences

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
accessor
Posts: 10
Joined: Fri 29 Jun 2007 10:48

PgSqlDump loosing sequences

Post by accessor » Tue 09 Feb 2010 14:16

Hello,

Using version 3.75:


When i made a backup with pgsqldump dumpmode.all and includeDrop = true.
The process ends without errors.

But when i pgsqldump.restore(filename) then all is backed up exept the autincrement sequences.

Please tell me the way to go.

Thanks in advance

Martijn Pijpers

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 10 Feb 2010 15:58

Please try the latest version of dotConnect for PostgreSQL. We have added possibility to dump more database objects, including sequences, to the 4.50.29 version. You may download the latest 4.85.90 version from here or from the Registered Users' Domain, provided that you have an active subscription.

Post Reply