Re: PATCH: Add Table Access Method option to pgbench - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PATCH: Add Table Access Method option to pgbench
Date
Msg-id Yr5JMxV2XJYlQEG4@paquier.xyz
Whole thread Raw
In response to Re: PATCH: Add Table Access Method option to pgbench  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Fri, Jul 01, 2022 at 10:06:49AM +0900, Michael Paquier wrote:
> And the conclusion back then is that one can already achieve this by
> using PGOPTIONS:
> PGOPTIONS='-c default_table_access_method=wuzza' pgbench [...]
>
> So there is no need to complicate more pgbench, particularly when it
> comes to partitioned tables where USING is not supported.  Your patch
> touches this area of the client code to bypass the backend error.

Actually, it could be a good thing to mention that directly in the
docs of pgbench.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: PATCH: Add Table Access Method option to pgbench
Next
From: Michael Paquier
Date:
Subject: Re: pg_checkpointer is not a verb or verb phrase