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
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
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
Vishal,
I can't recall but I think if you use 8.0.3 the error would offer
more explanation. Bug 1321 was related to SSL support on windows. The
error you are getting isn't a bug. It's basically telling you it can't
find the postgresql.key and postgresql.crt.
For creating SSL certs I've al