Bruce Momjian wrote:
> I think you have to specify the data as 'infinity'.
>
> test=> CREATE USER x WITH VALID UNTIL '2005-01-01';
> CREATE USER
> test=> ALTER USER x WITH VALID UNTIL 'infinity';
> ALTER USER
>
Thank You
Alban
---(end of broadcast)--
alban wrote:
> How remove a password validity ?
>
>
> CREATE USSER x WITH VALID UNTIL 'uu'
> ALTER USSER x WITH VALID UNTIL 'uu'
> but how remove password valid until ?
I think you have to specify the data as 'infinity'.
test=> CREATE USER x WITH VALID UNTIL '2005-01