Re: 7.3 how remove password valid until - Mailing list pgsql-sql

From alban
Subject Re: 7.3 how remove password valid until
Date
Msg-id boqenr$7gm$1@news.hub.org
Whole thread Raw
In response to 7.3 how remove password valid until  (alban <alban_dot_minassian_@wanadoo.fr>)
List 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


pgsql-sql by date:

Previous
From: "Nick Fankhauser - Doxpop"
Date:
Subject: Is there a more elegant way to write this query?...
Next
From: "Nick Fankhauser"
Date:
Subject: Re: Is there a more elegant way to write this query?...