Hi Im learning how to use postgresql's COPY command to import data in from a csv file on my local drive onto the postgresql db of my rails app.
The first step is how do I find the location of postgresql on my local drive?
Wouldn't I need it to call the COPY command?
I have pg3admin which I can see as a gui, it has all my databases. but where would I be calling the copy command from?
thanks