Re: How to test Perl front end to PostgreSQL DB?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kynn(at)panix(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to test Perl front end to PostgreSQL DB?
Date: 2006-05-05 20:07:48
Message-ID: 27743.1146859668@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

<kynn(at)panix(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Obe, Regina DND\MIS 2006-05-05 20:43:12 Re: looking for some suggestions
Previous Message kynn 2006-05-05 19:40:08 How to test Perl front end to PostgreSQL DB?