Re: [GENERAL] Load a csv to remote postgresql database

2017-03-01 Thread John R Pierce
On 3/1/2017 10:01 PM, priyanka raghav wrote: I am trying to load a csv file of approx 500mb to remote postgres database. Earlier when the app server and db server were co-located, COPY command was working fine but ever since the db server is moved to a different box, the command is failing. I und

Re: [GENERAL] Load a csv to remote postgresql database

2017-03-01 Thread Pavel Stehule
Hi 2017-03-02 7:01 GMT+01:00 priyanka raghav : > Hi, > > I am trying to load a csv file of approx 500mb to remote postgres > database. Earlier when the app server and db server were co-located, > COPY command was working fine but ever since the db server is moved to > a different box, the command

[GENERAL] Load a csv to remote postgresql database

2017-03-01 Thread priyanka raghav
Hi, I am trying to load a csv file of approx 500mb to remote postgres database. Earlier when the app server and db server were co-located, COPY command was working fine but ever since the db server is moved to a different box, the command is failing. I understand that COPY command searches the fil