I have installed PostgreSQL on a Windows XP laptop so I can learn about using PostgreSQL. My problem is that the PostgreSQL tutorial starts of with the instruction
To create a new database, in this example named mydb, you use the following command:
$ createdb mydb
My problem is that it doesn't tell me how/where to input the command. I have found access to an SQL Shell but it doesn't perform as expected.
What is the 'proper' way to input commands?
No GUI ?