From: | Vinicius Segalin <vinisegalin(at)gmail(dot)com> |
---|---|
To: | Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com> |
Cc: | pgsql general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Query generator |
Date: | 2016-09-29 21:23:51 |
Message-ID: | CAAeH1nCaSSJLWumfW5+PLd8vMNXkKf2RoV_gWKAjjb=F9etu_A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
2016-09-29 16:32 GMT-03:00 Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com>:
> On 29/09/2016 21:27, Vinicius Segalin wrote:
> > Hi everyone,
> >
>
> Hello,
>
> > Does anyone know a random query generator for Postgres? Something that
> > gets my schema and, based on that, generates hundreds of different
> > queries with join, group by, etc.
> >
>
> You should try sqlsmith (https://github.com/anse1/sqlsmith) which works
> very well.
I had found this one before, but all I could get was queries using
"standard" tables, like the ones from pg_catalog and information_schema. It
didn't generate queries from the tables I've created. Was I doing something
wrong?
From | Date | Subject | |
---|---|---|---|
Next Message | Venkata B Nagothi | 2016-09-29 21:25:30 | Re: Multi tenancy : schema vs databases |
Previous Message | Tom Lane | 2016-09-29 21:10:34 | Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument" |