Search Postgresql Archives

Re: syntax errors at "line 1" when executing every command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 2008-02-28, at 3:42 PM, Steven De Vriendt wrote:

Hi list,

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;


createdb is a command line application. You're looking for the CREATE DATABASE SQL command:

http://www.postgresql.org/docs/8.3/interactive/sql-createdatabase.html

Michael Glaesemann
michael.glaesemann@xxxxxxxxxxxxxx




---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux