Re: pgbench - allow to create partitioned tables
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Asif Rehman <asifr.rehman@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-26T17:34:18Z
Lists: pgsql-hackers
Attachments
- pgbench-init-partitioned-4.patch (text/x-diff) patch
> Just one suggestion --partition-method option should be made dependent > on --partitions, because it has no use unless used with --partitions. > What do you think? Why not. V4 attached. -- Fabien.
Commits
-
pgbench: add --partitions and --partition-method options.
- b1c1aa531823 13.0 landed