Re: Error: Relation 'testdb' does not exist

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: "Craig Jarman" <cjarman(at)source(dot)com(dot)au>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error: Relation 'testdb' does not exist
Date: 2001-10-29 18:46:00
Message-ID: 4.2.0.58.20011029194318.00cd6a60@pop.freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ross J. Reedstrom 2001-10-29 19:18:15 Re: Code to automatically refresh sequences after loading data?
Previous Message Nick Fankhauser 2001-10-29 17:23:05 Re: Error: Relation 'testdb' does not exist