> Please describe a way to repeat the problem. Please try to provide a
> concise reproducible example, if at all possible:
> --
>
> testdb=# SELECT crypt('lalalal',gen_salt('md5'));
>
> server closed the connection unexp
Bruce Momjian <[EMAIL PROTECTED]> writes:
> What does the code do now after you changed it? Fail on the UNION
> query?
Yeah. You get something about "union can't be conditionally executed"
(I forget the exact wording, but it's comparable to what we say about
NOTIFY under similar circumstances).
Hi!
I posted a bug report to this list. Did anybody receive it (subject: Silent
Deadlock)? I wanted to use bugzilla instead but couldn't find a link to it
on www.postgresql.org. Please move it to a prominent place, if you still
use it.
I'm also wondering what happened to news.postgresql.org, beca
Tom Lane wrote:
> DeJuan Jackson <[EMAIL PROTECTED]> writes:
> > Or is it simply any conditional rule using UNION/EXCEPT/INTERSECT/...?
>
> Yeah, that's about the size of it :-(. Note though that you could
> probably work around the problem by pushing the UNION etc. down into a
> sub-select:
>