Re: PostGreSQL - Accessing It

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: mel(at)melroman(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostGreSQL - Accessing It
Date: 2003-08-15 02:14:06
Message-ID: m3wudfekgh.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mel Roman <mel(at)melroman(dot)net> writes:

[CREATE USER isn't working]

> test=# CREATE USER mel CREATEDB
> test-# \q

You need a semicolon to terminate the SQL statement--you're quitting
psql before the statement is complete, so it does nothing (you can
tell the statement is incomplete by the change in the prompt if you
look closely).

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-08-15 02:14:59 Re: [GENERAL] 7.4Beta
Previous Message Andrew L. Gould 2003-08-15 02:12:29 Re: PostGreSQL - Accessing It