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

From Bruce Momjian
Subject Re: 7.3 how remove password valid until
Date
Msg-id 200311082101.hA8L16p19747@candle.pha.pa.us
Whole thread Raw
In response to 7.3 how remove password valid until  (alban <alban_dot_minassian_@wanadoo.fr>)
List pgsql-sql
alban wrote:
> How remove a password validity ?
> 
> 
> CREATE USSER xxxxx WITH VALID UNTIL 'uuuuuu'
> ALTER USSER xxxxx WITH VALID UNTIL 'uuuuuu'
> but how remove password valid until ?

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

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-sql by date:

Previous
From: so_excited@excite.com (Damon)
Date:
Subject: How to know column constraints via system catalog tables
Next
From: Bruce Momjian
Date:
Subject: Re: 7.3 : how add user when last user have lost 'createuser' option