Re: [BUGS] PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1

2003-07-22 Thread Sean Chittenden
> 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

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-22 Thread Tom Lane
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).

[BUGS] Bugzilla?

2003-07-22 Thread Boris Folgmann
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

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-22 Thread Bruce Momjian
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: >