Re: 7.3 how remove password valid until

From: alban <alban_dot_minassian_(at)wanadoo(dot)fr>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: 7.3 how remove password valid until
Date: 2003-11-11 11:52:14
Message-ID: boqenr$7gm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bruce Momjian wrote:

> I think you have to specify the data as 'infinity'.
>
> test=> CREATE USER xxxxx WITH VALID UNTIL '2005-01-01';
> CREATE USER
> test=> ALTER USER xxxxx WITH VALID UNTIL 'infinity';
> ALTER USER
>

Thank You
Alban

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Palle Girgensohn 2003-11-11 12:04:19 curly braces to group outer joins in queries from OpenOffice.org?
Previous Message ow 2003-11-11 11:46:39 Re: pg 7.4.rc1, Range query performance