Re: How to test Perl front end to PostgreSQL DB? - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to test Perl front end to PostgreSQL DB?
Date
Msg-id 27743.1146859668@sss.pgh.pa.us
Whole thread Raw
In response to How to test Perl front end to PostgreSQL DB?  (<kynn@panix.com>)
List pgsql-novice
<kynn@panix.com> writes:
> The ideal scenario would be to have a dummy database that is identical
> in every respect to the real database, except that it has only a small
> amount of data that is put into it by the testing software.

"pg_dump -s" will help you make an empty database; generating the small
amount of test data you need is left as an exercise ...

            regards, tom lane

pgsql-novice by date:

Previous
From:
Date:
Subject: How to test Perl front end to PostgreSQL DB?
Next
From: "Obe, Regina DND\\MIS"
Date:
Subject: Re: looking for some suggestions