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
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
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
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_
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