I\'m using the below command to import the CSV file which is placed in my local system to a table in remote server.
But i\'m getting the below error.
You cannot do that in PostgreSQL server code, since the database server has no access to files on your client.
You have to write client code in a language of your choice that supports COPY FROM STDIN.
COPY FROM STDIN