On Mon, Jul 4, 2011 at 12:02 PM, Tom Lane <[email protected]> wrote: > "Steve Haslam" <[email protected]> writes: >> ... Apparently, the data read from \copy >> is incrementing the script line number counter? > > Yeah, so it is. That is correct behavior for COPY FROM STDIN, > but not so much for copying from a separate file. > > The attached patch seems like an appropriate fix. However, I'm unsure > whether to apply it to released branches ... does anyone think this > might break somebody's application?
I think this is pretty safe. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
