Steven De Vriendt wrote:
I'm using the latest postgreSQL with the lastest postgis.
When executing every command I want to use, I get the following error message: postgis=# createdb;
ERROR:  syntax error at or near "createdb"
LINE 1: createdb;

What other commands are you trying?

"createdb" is not a valid SQL or psql command. You're looking for CREATE DATABASE... or the "createdb" command line tool.

Colin

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to