Re: jdbc PGCopyOutputStream close() v. endCopy()

2019-01-10 Thread Rob Sargent
Ok I’ll repost there. Thanks > On Jan 10, 2019, at 6:09 AM, Dave Cramer wrote: > > Hi Rob, > > Interesting. I've not looked too much into the copy implementation. > The JDBC list or the jdbc github repo https://github.com/pgjdbc/pgjdbc might > be a better place to report this. I know Lukas Ed

Re: jdbc PGCopyOutputStream close() v. endCopy()

2019-01-10 Thread Dave Cramer
Hi Rob, Interesting. I've not looked too much into the copy implementation. The JDBC list or the jdbc github repo https://github.com/pgjdbc/pgjdbc might be a better place to report this. I know Lukas Edar monitors it as well Dave Cramer da...@postgresintl.com www.postgresintl.com On Tue, 8 Jan

jdbc PGCopyOutputStream close() v. endCopy()

2019-01-08 Thread Rob Sargent
As is often the case, I'm unsure of which of these methods to use, or if I'm using them correctly. PG10.5, jooq-3.10.8, postgresql-42.1.4, linux (redhat 6.9) and logback to a file. I have been using close() for a while but thought I would make use of either the returned long from endCopy() o