Re: Request for List of Known Bugs

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: ilir gashi <i(dot)gashi(at)lycos(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Request for List of Known Bugs
Date: 2002-10-25 17:04:57
Message-ID: 3DB979B9.6000400@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here's one:

begin;
select 1 into temp table tqt;
declare cname cursor for select * from tqt;
drop table tqt;

ilir gashi wrote:
> Hi,
>
> My name is Ilir Gashi and I am a final year Undergraduate student in Computer Science at City University, London, UK. I am doing the final year project, which involves comparison of failure diversity between Interbase and PostgreSQL. In order to do this project I need a list of known bugs and the SQL statements which trigger the resulting failures. I have emailed Interbase and they have sent me a table of all the known bugs with the corresponding SQL queries which trigger the resulting failures.
>
> I would be grateful if you could also send me this list of bugs and the SQL queries, which is essential for me in order to complete the project.
>
> If I have emailed the wrong mailing list could you please direct me to the right one.
>
> I look forward to your reply.
>
> Thanks in advance,
>
> Ilir Gashi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nuno Barros 2002-10-25 17:07:50 Binary Large Objects
Previous Message Bruce Momjian 2002-10-25 16:36:24 Re: left() in postgres