Add support for COPY function with PostgreSQL

  • Thread starter Thread starter Vladimir S.
  • Start date Start date
Status
Not open for further replies.
V

Vladimir S.

Guest
COPY in PostgreSQL -- copy data between a file (or other stdin/stdout) and a table (http://www.postgresql.org/docs/9.2/static/sql-copy.html). It is bulk operation in PostgeSQL implementation (supported by PostgreSQL JDBC driver also) and recommended by PostgreSQL over batch INSERT operation (http://www.postgresql.org/docs/9.2/static/populate.html).

Continue reading...
 
Status
Not open for further replies.
Back
Top