Re: [BUGS] Win32: Postgre 8.3.1 does not work with Active perl 5.10

2008-05-20 Thread Dave Page
On Tue, May 20, 2008 at 8:55 AM, <[EMAIL PROTECTED]> wrote: > Is any where guide how to build on Win32, which compiler to use etc? http://www.postgresql.org/docs/8.3/interactive/install-win32-full.html > Or may PostgreSQL team build binaries of PostgreSQL 8.3.1 for Perl 5.10? We won't be buildi

[BUGS] BUG #4184: Undefined reference to 'SSL_CTX_set_client_cert_db' in /usr/lib/libpq.so.5

2008-05-20 Thread Mikael Omma
The following bug has been logged online: Bug reference: 4184 Logged by: Mikael Omma Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: SUSE SLED 10 SP1 Description:Undefined reference to 'SSL_CTX_set_client_cert_db' in /usr/lib/libpq.so.5 De

Re: [BUGS] BUG #4180: PANIC while PQExec on Client with differen locale from database

2008-05-20 Thread Christoph Becker
I got almost the same error: I dumped the database, which was in Latin9, with version 8.2.6 using UTF8 as encoding. Then loaded the database to version 8.3.1. Now the database was running with UTF8 while on the client still was iso-8859-15. As as result postgresql..exe did crash very often. Then

[BUGS] FEATURE: Reuse temporary tables

2008-05-20 Thread Eugen.Konkov
ACTUAL: select * from (select atc.id, ats.test_suit_type_id from akh_testing_conf atc left join akh_test_suit ats on ats.id = atc.test_suit_id) tc1 left join (select atc.id, ats.test_suit_type_id from akh_testing_conf atc left join akh_test_suit ats on ats.id = atc.test_suit_id) tc2 on tc2.test_

Re: [BUGS] Win32: Postgre 8.3.1 does not work with Active perl 5.10

2008-05-20 Thread Eugen.Konkov
Is any where guide how to build on Win32, which compiler to use etc? Or may PostgreSQL team build binaries of PostgreSQL 8.3.1 for Perl 5.10? Thanks - Original Message - From: "Dave Page" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Monday, May 19, 2008 8:50 PM Subject: Re: [B