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
"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
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...
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