I am trying to to load pgrouting
in extension in postgis
database named as "routing" the problem I am facing is I type in osgeo shell in "C:\Program Files (x86)\Boundless\OpenGeo\bin" "psql -U postgres routing"
and it gives the error of "psql : illegal option --u"
Asked
Active
Viewed 99 times
1

Cœur
- 37,241
- 25
- 195
- 267

Zeshan Hassan
- 11
- 2
1 Answers
0
Are you sure, that your wrote "-U" and not "-u" in lower case? Because this is what the error tells you. If you connect to the database routing using: psql -U postgres routing
then it should be all right.

leole
- 439
- 9
- 16