On 3-Apr-06, at 4:36 PM, Christopher Condit wrote:
Hi All-
I’ve been trying over at the general postgres list with no luck, so I thought I’d try here. I need to bulk load results from a Java application on one machine to a postgres db on a remote server. I know I can use psql interactively to accomplish this, but I’d like to be able to do it programmatically:
1)Is there a better way to accomplish this than the above patch – with or without JDBC?