Re: [BUGS] question/suggestion Message-id: <493823b5.1030...@hogranch.com>

2008-12-06 Thread chris wood
> yet you propose dumbing down the database even farther, without any hope of ACID > compliance, without any transactional integrity, indeed, without even really being > relational ? > at least, thats what I get from my first read of it. OK so you are a theorist/perfectionist, I can respect

[BUGS] question/suggestion

2008-12-04 Thread chris wood
Apology in advance, this is not a bug, just wanted to ask if the following issue is being considered: Cloud computing seems to be quickly gaining ground as a deployment technology for web apps. >From what I see this has not been good for Postgres. Google App Engine cannot use Postgres and A

[BUGS] BUG #4560: bug 4528

2008-12-02 Thread chris wood
The following bug has been logged online: Bug reference: 4560 Logged by: chris wood Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC2 Operating system: debian Description:bug 4528 Details: Hi, I reported bug 4528 some time ago (timezone problem). In the

[BUGS] BUG #4528: (rounding?) error with some timezone names

2008-11-13 Thread chris wood
The following bug has been logged online: Bug reference: 4528 Logged by: chris wood Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Debian Description:(rounding?) error with some timezone names Details: again sorry I do not have access

[BUGS] substring with this pattern works in 8.3.1; does not work in 8.3.4

2008-11-12 Thread Chris Wood
I apologize in advance for not testing on 8.3.5, but that would be very difficult for me. here is where it works in 8.3.1: protocalte=> select version() ; version Pos

[BUGS] BUG #4525: substring with this pattern works in 8.3.1; does not work in 8.3.4

2008-11-12 Thread chris wood
The following bug has been logged online: Bug reference: 4525 Logged by: chris wood Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Debian Description:substring with this pattern works in 8.3.1; does not work in 8.3.4 Details: I

[BUGS] bug found in 8.3 beta 3.

2007-12-17 Thread chris wood
Hi, I found this bug? In beta 3. I am not a Linux guru so installing any betas in Debian is very painful for me. Perhaps you could check to see if it is still there in beta 4?? Last time I reported a bug http://archives.postgresql.org/pgsql-committers/2007-11/msg00584.php I did not get any d

[BUGS] was enhancement of temp tables in plpgsql supposed to apply to temp views as well? appears it did not.

2007-11-28 Thread chris wood
Plpgsql procedure: BEGIN Drop table if exits temptable cascade ; Create temp table temptable ... Create temp view tempview as select . from temptable... Select .. from tempview ... END The first time I run this after I create the procedure it works perfectly. The second time