vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| SQL file contains COPY from stdin statements. Please let me know how can I execute this from JDBC, if possible. Or what is the procedure to populate that specific data (COPY from stdin statements). regards, Ravi __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| On Mon, 6 Feb 2006, Ravi Chaddha wrote: > SQL file contains COPY from stdin statements. Please > let me know how can I execute this from JDBC, if > possible. Or what is the procedure to populate that > specific data (COPY from stdin statements). The current driver cannot process COPY FROM STDIN statements, but there are patches that have been posted to this list that allow COPY commands to be run, search the archives if you're interested. Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |