Re: Postgres SQL specification (tests)

From: mito <milos(dot)orszag(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgres SQL specification (tests)
Date: 2009-04-16 14:52:24
Message-ID: gs7gn3$7hb$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

By table structure i mean table definition options.

Kevin Field wrote:
> On Apr 16, 3:14 am, mito <milos(dot)ors(dot)(dot)(dot)(at)gmail(dot)com> wrote:
>> Hi,
>>
>> i have built an SQL interface using rule system which supports row
>> versioning and i would like to test it against Postgres SQL specification.
>>
>> Is there something like test cases for postgres SQL interface?
>>
>> Or do you have any ideas how to build a group of all possible cases of
>> table structure and generate appropriate queries, which can be tested
>> against postgres?
>>
>> thanks
>
> For unit testing, I use pgTap, it's pretty handy for scripting your
> tests.
>
> What do you mean by all possible cases of table structure? That would
> be infinite...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-16 14:54:16 Re: Unicode string literals versus the world
Previous Message Sam Mason 2009-04-16 14:34:40 Re: Unicode string literals versus the world