Hello Giuseppe, Giuseppe Sacco [2011-01-31 11:24 +0100]: > Now, I tried to move one application instance from one database in lenny > to one database in squeeze. So, I exported the complete database with > pg_dump and imported only one schema using pg_restore with option > --schema.
Did you use --format for this? The SQL (plain text) format isn't supposed to have blobs, as you cannot sensibly represent them. The "custom" and "tar" formats can deal with blobs. Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

