Re: Error: Relation 'testdb' does not exist - Mailing list pgsql-admin

From Jean-Michel POURE
Subject Re: Error: Relation 'testdb' does not exist
Date
Msg-id 4.2.0.58.20011029194318.00cd6a60@pop.freesurf.fr
Whole thread Raw
In response to Error: Relation 'testdb' does not exist  ("Craig Jarman" <cjarman@source.com.au>)
List pgsql-admin
>1. createdb testdb
pgsql template1;
CREATE DATABASE testdb
\q

>2. createuser (then follow the prompts)
createuser -p
This sets password

>3. psql testdb
>4. GRANT ALL ON testdb TO administrator
No need to

hope this helps.
Jean-Michel POURE

pgsql-admin by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: Error: Relation 'testdb' does not exist
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: Code to automatically refresh sequences after loading data?