Re: SQL-commands does not work - Mailing list pgsql-novice

From Oisin Glynn
Subject Re: SQL-commands does not work
Date
Msg-id 4496E972.2040407@oisinglynn.com
Whole thread Raw
In response to SQL-commands does not work  ("Christo Romberg" <coromberg@gmail.com>)
List pgsql-novice
Christo Romberg wrote:
> Hi!
>
> When I try the command createdb mydb from psql, nothing happens.
> I get no response whatsoever.
> My system is Windows XP Professional Edition, and my
> PostgreSQL version is 8.1.3.
>
> I can connect to a database using \c NAME OF DATABASE,
> but when trying SQL-commands, nothing happens.
>
> When using pgAdmin III though, everything works fine..
>
> Appreciate all the help I get!
>
> Regards,
> Christo
Are you terminating the commands with";" or the relevant termination
character;
try doing
select now();

Oisin


pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: SQL-commands does not work
Next
From: "Michael Swierczek"
Date:
Subject: Re: SQL-commands does not work