I was just going through this tutorial HERE, its about pgrouting and basically when i run the following command:
SELECT * FROM types ORDER BY id;
I get an error saying SELECT: command not found
, in the documentation the following is said:
Note We switch now to the database we previously generated with osm2pgrouting. From within PostgreSQL shell this is possible with the \c routing command.
now when i run the command \c routing
from my terminal i get the following error:
c: command not found
Well so to sum up my difficulty, how do i get the select query working ?
Thank you.
Alex-z.