Re: create database, user

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: create database, user
Дата
Msg-id web-823247@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: create database, user  (Thorsten Haude <postgresql@thorstenhau.de>)
Ответы Re: create database, user  (Thorsten Haude <postgresql@thorstenhau.de>)
Список pgsql-novice
Thorsten,

> The other problem is a password though. I changed one line in your
> example to:
>     CREATE USER junk_user encrypted password 'secret';
> And it fails:
>     ERROR:  parser: parse error at or near "encrypted"
> What's wrong here?

You're probably using PostgreSQL 7.1, or you compiled PostgreSQL 7.2
 without current encryption libraries installed on your machine.

-Josh

В списке pgsql-novice по дате отправления:

Предыдущее
От: Thorsten Haude
Дата:
Сообщение: Re: create database, user
Следующее
От: wim
Дата:
Сообщение: Slow performance...