Re: Error: Relation 'testdb' does not exist

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Error: Relation 'testdb' does not exist
Дата
Msg-id 4.2.0.58.20011029194318.00cd6a60@pop.freesurf.fr
обсуждение исходный текст
Ответ на Error: Relation 'testdb' does not exist  ("Craig Jarman" <cjarman@source.com.au>)
Список 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 по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Error: Relation 'testdb' does not exist
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Code to automatically refresh sequences after loading data?