:20: invalid command \.
I get similar results if I dump the individual databases one by one.
I'm running the stock Postgres install that comes with Redhat 7. I've
applied all the available errata patches for Redhat. Should I expect
this to work, moving from IRIX to Linux, and from
Postgres 6.3.2 to 7.0.2 at the same time?
Thanks for any help.
--
George Armhold
Rutgers University
Bioinformatics Initiative
ABCDEFGHJ
\.
CREATE UNIQUE INDEX pfam_pkey on pfam using btree ( swiss_id
varchar_ops );
\connect template1 armhold
create database yueyue_test;
\connect yueyue_test armhold
CREATE TABLE pgdump_oid (dummy int4);
COPY pgdump_oid WITH OIDS FROM stdin;
691529 0
\.
Thanks.
--
George Armhold
Rutger
change the negative values to something reasonable and
reload the DB?
Thank you for your assistance.
--
George Armhold
Rutgers University
Bioinformatics Initiative