psql doesn't count lines correctly in pg_dump scripts - Mailing list pgsql-bugs

From Tom Lane
Subject psql doesn't count lines correctly in pg_dump scripts
Date
Msg-id 25413.975790016@sss.pgh.pa.us
Whole thread Raw
List pgsql-bugs
It appears that psql does not count COPY data lines while counting
lines in an input script.  This makes its reported line numbers
rather useless in a script such as those produced by pg_dump.

For example,

COPY tbl1 FROM stdin;
... some data lines here...
\.

COPY tbl2 FROM stdin;
... put some erroneous data here that will be rejected by input conversion...
\.

then do "\i scriptfile".

The error report will mention the second copy's line number, less the
number of lines occupied by the first table's data.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: inserting binary in a bytea field
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: alter table rename missing numeric type