I'm creating table in PostgreSQL using these commands:
shp2pgsql -s 32632 watershed.shp watershed > watershed.sql
psql -f watershed.sql cambridge
psql -f watershed.sql cambridge
But I had this FATAL
password authentication failed for user "ASUS"
How to resolve this?
No comments:
Post a Comment