Hi,
I have an array and I want to import the data rowwise.
Would it make sense to use a function which calls a prepared statement in a loop to import the data performant?
Or can I somehow use the COPY FROM command? Janek Sendrowski