Ah-hah, the problem is timing-dependent. I was able to reproduce it
after I tried connecting from one machine to another.
The patch against 7.3.4 is attached.
regards, tom lane
Index: fe-misc.c
===
RCS file:
Andreas Pflug <[EMAIL PROTECTED]> writes:
> I believe we have a problem with libpq 7.3.3 with encryption. I
> currently don't have a 7.3.3/ssl system running, but this has been
> reported by Christian Ruediger Bahls, who traced it, and Dave Page.
> When running pgAdmin3 over a ssl encrypted conn
On Tue, Jul 29, 2003 at 09:48:37 -0600,
"Valsecchi, Patrick" <[EMAIL PROTECTED]> wrote:
>
> When doing the following query, it's obvious that postgres should use
> the index:
>
> stats=# explain select min(time) from call;
This has been discussed on the mailing lists numerous times. If you are
garrick <[EMAIL PROTECTED]> writes:
> Line 73 should have "$(srcdir)/postgres.tar.gz" instead of just
> "postgres.tar.gz".
Good catch --- thanks! Fixed for 7.4.
regards, tom lane
---(end of broadcast)---
TIP 8: explain anal
I can verify this is an existing bug in CVS.
---
Pavel Stehule wrote:
> Hello
>
> It is maybe not bug, but I didn't find any warning about this behavior.
>
> select current_date + 1; -- ok
> select 1 + current_date; -- n