Re: create database, user

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Thorsten Haude <postgresql(at)thorstenhau(dot)de>, PostgreSQL Novice ML <pgsql-novice(at)postgresql(dot)org>
Subject: Re: create database, user
Date: 2002-03-10 19:58:32
Message-ID: web-823247@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-php

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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Thorsten Haude 2002-03-10 20:04:45 Re: create database, user
Previous Message Josh Berkus 2002-03-10 19:16:58 Re: create database, user

Browse pgsql-php by date

  From Date Subject
Next Message Thorsten Haude 2002-03-10 20:04:45 Re: create database, user
Previous Message Josh Berkus 2002-03-10 19:16:58 Re: create database, user