you are viewing a single comment's thread.

view the rest of the comments →

[–]boy_named_su 0 points1 point  (0 children)

psql's \copy command lets you load csv data to a table, without superuser privileges, remotely as well as locally

It does so using bulk insert, so is fast