Hi All,
pg_dump -o mydb
CREATE TABLE pgdump_oid (dummy int4);
COPY pgdump_oid WITH OIDS FROM stdin;
19915066 0
\.
DROP TABLE pgdump_oid;
PQgetvalue: ERROR! tuple number 0 is out of range 0..-1
Segmentation fault(core dumped)
What it means, and how realy dump database.
--
Vadim I. Passynkov, Axxent Corp.
mailto:vip(at)axxent(dot)ca