Re: [BUGS] BUG #1963: SSL certificate permission check is too strict

2005-10-16 Thread Martin Pitt
Hi Tom! Tom Lane [2005-10-16 0:41 -0400]: > Martin Pitt <[EMAIL PROTECTED]> writes: > > At least the certificate could be permitted to be owned/in group root. > > I cannot see how this should weaken the certificate's security. > > Postgres doesn't run as root, hence could not use such a certific

Re: [BUGS] BUG #1956: Plpgsql top-level DECLARE does not share scope

2005-10-16 Thread Klint Gore
On Thu, 13 Oct 2005 16:24:23 -0400, Tom Lane <[EMAIL PROTECTED]> wrote: > BTW, another issue here is that if we did merge the first DECLARE with > the scope of auto-declared variables, it would be a non backwards > compatible change. Right now you can do, say, > > declare found int; > > an