Re: [GENERAL] dump/restore bytea fields

2005-06-22 Thread David Parker
ParkerSent: Wednesday, June 22, 2005 4:05 PMTo: postgres generalSubject: [GENERAL] dump/restore bytea fields In 7.4.5 I'm trying to dump and selectively load a database that contains bytea fields. I dumped it with the command:   pg_dump -p 24000 -Fc -f /home/dparker/temp/tazz.dmp

[GENERAL] dump/restore bytea fields

2005-06-22 Thread David Parker
In 7.4.5 I'm trying to dump and selectively load a database that contains bytea fields. I dumped it with the command:   pg_dump -p 24000 -Fc -f /home/dparker/temp/tazz.dmp tazz   When I try to restore it, after having generated/modified a list-file, I get the following error:    % pg_restor