How to make the COPY command load data into the database from a file that is on the client side and not on the server side?
- 2Send file to server. - aleks.andr
- @ bronstein87 psql -U postgres -d (base name) -f (filename) - Vladimir Glinskikh
|
How to make the COPY command load data into the database from a file that is on the client side and not on the server side?
Source: https://ru.stackoverflow.com/questions/616887/
All Articles