Really stupid question...
Learning SQL at Uni, they are using PostgreSQL. Theres a shortcut in the start menu to open the database server, from that point I just type "psql postgres User" in CMD and I have command line access to the database.
I want to do the same to on my laptop... I've downloaded the installer for Postgres (version 9 x64), but I cant seem to find a way to start the database. If try any psql commands in CMD it just says it's an unrecognized command, and nothing to do with SQL is listed in environmental variables.
What can I do to get it working?
Learning SQL at Uni, they are using PostgreSQL. Theres a shortcut in the start menu to open the database server, from that point I just type "psql postgres User" in CMD and I have command line access to the database.
I want to do the same to on my laptop... I've downloaded the installer for Postgres (version 9 x64), but I cant seem to find a way to start the database. If try any psql commands in CMD it just says it's an unrecognized command, and nothing to do with SQL is listed in environmental variables.
What can I do to get it working?