Hi,
2 possible bugs in pg_dump/pg_restore related to
large objects.
1. Large objects dumped, deleted then restored
do not retain their original OIDs. Big problem as we reference their OIDs
in tables.
2. The pg_restore command --list indicated no Blobs
in the dump file even when there are. For example:
This is version 7.2.3 and the pg_dump used -c -C -o
-Fc -Z1 -b switches, pg_restore used no switches (other than -d, of
course).
Thanks,
Colin
--------------------------------------------- Colin Stearman President Ashdown Technologies 119 E. Main St. Milford, MA 01757 USA Tel: +1 508-478-1234 Fax: +1 508-478-1244 www.ashdowntech.com |
- Re: [BUGS] pg_dump/pg_restore Colin Stearman
- Re: [BUGS] pg_dump/pg_restore Tom Lane
- Re: [BUGS] pg_dump/pg_restore Colin Stearman
- [BUGS] pg_dump/pg_restore Colin Stearman