On Sun, 2005-06-26 at 20:52 +0200, Petr JelĂ­nek wrote:
> Alvaro Herrera wrote:
> 
> >I don't think this approach is very user-friendly.  I'd vote for the
> >catalog approach, I think.
> >  
> >
> Ok I am fine with both but catalog changes would mean more hacking of 
> ALTER DATABASE and ALTER USER.

IMHO Oracle has better solution for per-user setting:

CREATE PROFILE <name>
   SESSIONS_PER_USER <int>
   CONNECT_TIME <int> 
   IDLE_TIME <int>;

ALTER USER <name> PROFILE <name>;


        karel

-- 
Karel Zak <[EMAIL PROTECTED]>


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to