[BUGS] BUG #6068: automatic analyze runs endlessly

2011-06-18 Thread Jeff Janes
The following bug has been logged online: Bug reference: 6068 Logged by: Jeff Janes Email address: [email protected] PostgreSQL version: 9.1beta1 Operating system: Linux Description:automatic analyze runs endlessly Details: Starting with commit b4b6923e03f4d29636

Re: [BUGS] BUG #6067: In PL/pgsql, EXISTS(SELECT ... INTO...) fails

2011-06-18 Thread Tom Lane
"David Fetter" writes: > IF EXISTS (SELECT 1 INTO STRICT i) THEN > RAISE NOTICE '%', a; > END IF; Umm ... are you just complaining that the error message isn't very helpful, or are you actually expecting that to do something useful? If the latter, what exactly? I'm particularly c

Re: [BUGS] BUG #6067: In PL/pgsql, EXISTS(SELECT ... INTO...) fails

2011-06-18 Thread Pavel Stehule
Hello 2011/6/18 David Fetter : > > The following bug has been logged online: > > Bug reference:      6067 > Logged by:          David Fetter > Email address:      [email protected] > PostgreSQL version: 9.0.4 > Operating system:   Linux > Description:        In PL/pgsql, EXISTS(SELECT ... INTO...

[BUGS] BUG #6067: In PL/pgsql, EXISTS(SELECT ... INTO...) fails

2011-06-18 Thread David Fetter
The following bug has been logged online: Bug reference: 6067 Logged by: David Fetter Email address: [email protected] PostgreSQL version: 9.0.4 Operating system: Linux Description:In PL/pgsql, EXISTS(SELECT ... INTO...) fails Details: Here's some example code that