Re: [BUGS] BUG #2604: Bug's

2006-09-02 Thread T.J. Ferraro
This has to be the most insightful and well thought out bug report I've ever read. Maykon wrote: The following bug has been logged online: Bug reference: 2604 Logged by: Maykon Email address: [EMAIL PROTECTED] PostgreSQL version: -- Operating system: win & linux Descriptio

Re: [BUGS] BUG #2393: update fails with unique constraint violation

2006-04-15 Thread T.J. Ferraro
Isn't that expected? Your query will try to update row 3 first and set the primary key to 5, which in fact would violate the primary key constraint on that table. Laurence Dawson wrote: And then try an update: lstore=> select * from test.test; a 1 2 3 4 5 6 7 8 9 10 (1

Re: [BUGS] HELP

2005-09-24 Thread T.J. Ferraro
Someone discovered our diabolical plot to secretly install postgres on every computer across the globe! Quickly! Dispatch the Deadly Viper Assassination Squad to silence him! Vaccaro wrote: I never download your product i don't even know what it is. When i started my computer up i saw 2 new a

Re: [BUGS] Ref: BUG#1321: SSL error: sslv3 alert handshake failure

2005-08-24 Thread T.J. Ferraro
Place the postgresql.* files into the ~/.postgresql directory on the client side. So that answers a). b) The client shouldn't be looking for root.crt c) That should do it. If you have any more questions feel free to email me off the list and I'll see what else ya need help with.

[BUGS] Windows compilation

2005-04-01 Thread T.J.
Anyone else notice breakage from 8.0.0 to 8.0.1 using msvc(6)? Was just about to update my client libraries and I got an unresolved external symbol SHGetFolderPath in fe-connect.c, wasn't 8.0.0 using SHGetSpecialFolderPath? ---(end of broadcast)--

Re: [BUGS] More SSL questions..

2005-01-04 Thread T.J.
Yeah I already tried removing the ifdef's...oh BOY was it not happy :'( Tom Lane wrote: "T.J." <[EMAIL PROTECTED]> writes: Which leads me to my next question; that function client_cert_cb, does it ever get executed on windows? :) Um. Looks like someone ifdef&

Re: [BUGS] More SSL questions..

2005-01-04 Thread T.J.
ng of that function there is a: #ifdef WIN32 return 0; #else ... (function) return 1; #endif Tom Lane wrote: "T.J." <[EMAIL PROTECTED]> writes: Not to my knowledge. By the way, for future reference on windows it looks for the cert/key in the linux equivalent of `pwd`/

Re: [BUGS] More SSL questions..

2005-01-03 Thread T.J.
h the same resulting error. Bruce Momjian wrote: Did we ever find the solution to this, or did anyone find the cause? ------- T.J. wrote: Having some problems (still, hehe) getting SSL to work properly on windows in the new 8.0

Re: [BUGS] BUG #1369: RC3 Compilation fails on mingw

2005-01-03 Thread T.J.
this file should automatically be rebuilt. Check if it's corrupted, and try removing it and rebuild that directory (first, then the ecpg dir that is failing). //Magnus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of T.J. Sent: den 2 januari 2005

[BUGS] BUG #1369: RC3 Compilation fails on mingw

2005-01-01 Thread T.J.
The following bug has been logged online: Bug reference: 1369 Logged by: T.J. Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Windows XP Description:RC3 Compilation fails on mingw Details: Tested RC2 and RC3 --with-openssl configured. RC2

[BUGS] More SSL questions..

2004-12-19 Thread T.J.
Having some problems (still, hehe) getting SSL to work properly on windows in the new 8.0 (all vers) environment (where cert/key is required). On the client side when not finding the certificate/key psql would report the SSL error sslv3 alert handshale failure. After I figured out where psql wa

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread T.J.
To clarify, what I have experienced was in all versions of 8.0.0.beta, it did not just happen between 3 to 4. It was the change from 7.4 to 8.0. The error was not just windows based as I built psql on a seperate linux machine communicating with a linux server and got the same results. I created