Is there a clean way to dump/restore a single table which contains large
objects instead of the entire DB?
In Pg version=7.4 -
pg_dump: Large object output is not supported for a single table.
pg_dump: Use all tables or a full dump instead.
Does version 8.0's pg_dump support a single table dump containing Lo?
Thanks.
John