Re: [HACKERS] Still a loose end in GUC USERLIMIT stuff

2004-08-31 Thread Bruce Momjian
Tom Lane wrote: > As of CVS tip, an increase in a USERLIMIT parameter in postgresql.conf > will be enforced against the sessions of superusers as well as everyone > else. That's because I ifdef'd out this code: > > /* > * If user is a superuser, he gets to keep his setting. We can't che

[HACKERS] Still a loose end in GUC USERLIMIT stuff

2004-08-31 Thread Tom Lane
As of CVS tip, an increase in a USERLIMIT parameter in postgresql.conf will be enforced against the sessions of superusers as well as everyone else. That's because I ifdef'd out this code: /* * If user is a superuser, he gets to keep his setting. We can't check * this unless inside