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