2016-09-29 16:32 GMT-03:00 Julien Rouhaud <julien.rouhaud@xxxxxxxxxx>:
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?