"Robert Wille" <rwille(at)iarchives(dot)com> writes:
> I am running Postgres 7.3.3 on RedHat Linux 7.3. I have 14 tables, but
> when I run "pg_dump -c -F p -U username dbname", the output contains no
> data for three of them. Here is the relevant output for one of the
> tables:
> COPY message (recipient, subject, body, eventtime, delivertime) FROM
> stdin;
> \.
Sure looks to me like that table is empty. Are you saying you get data
out of it when you do a manual COPY or SELECT?
regards, tom lane