dfgpostgres <[email protected]> writes: > My question is about whether or not I can get something like this to run on > the client side (where the script can be found).
psql's "\copy ... from program" might help you. That just addresses
the data transfer though, the other logic will need to be implemented
client-side as well.
regards, tom lane
