Re: Added parameter for CREATE ROLE

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Added parameter for CREATE ROLE
Date: 2009-07-06 18:40:11
Message-ID: 4A52450B.7090009@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/07/2009 19:32, Michael Gould wrote:
> It would be nice if during create role we could have a parameter to set the
> number of days that a password is valid instead of just a timestamp.

Would (current_timestamp + interval '365 days') work? Dunno myself -
just thinking out loud... :-)

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Postgres User 2009-07-06 18:41:52 Schema search_path and $user
Previous Message Michael Gould 2009-07-06 18:32:24 Added parameter for CREATE ROLE