Re: PostGreSQL - Accessing It - Mailing list pgsql-general

From Doug McNaught
Subject Re: PostGreSQL - Accessing It
Date
Msg-id m3wudfekgh.fsf@varsoon.wireboard.com
Whole thread Raw
In response to PostGreSQL - Accessing It  ("Michael" <michael@transmissionsllc.com>)
List pgsql-general
Mel Roman <mel@melroman.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

pgsql-general by date:

Previous
From: Dave Cramer
Date:
Subject: query tuning
Next
From: "Andrew L. Gould"
Date:
Subject: Re: PostGreSQL - Accessing It