Re: SQL-commands does not work

From: Oisin Glynn <me(at)oisinglynn(dot)com>
To: Christo Romberg <coromberg(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: SQL-commands does not work
Date: 2006-06-19 18:14:10
Message-ID: 4496E972.2040407@oisinglynn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Swierczek 2006-06-19 18:15:30 Re: SQL-commands does not work
Previous Message Sean Davis 2006-06-19 18:12:34 Re: SQL-commands does not work