pgsql: Document the ability to specify TableAM for pgbench - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Document the ability to specify TableAM for pgbench
Date
Msg-id E1oE9AE-000QVw-Rs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document the ability to specify TableAM for pgbench

Upcoming custom Table Access Methods (TableAM) need benchmarking.  Despite
pgbench doesn't have an explicit option for TableAM specification, one can
specify it using PGOPTION environmental variable.  The present commit documents
this way to specify TableAM for pgbench.

Discussion: https://postgr.es/m/CAC77N6ih%3DLbhZQXV76grEsaVQkBL464Y2Foqq9o%3Df4UBfEOfEQ%40mail.gmail.com
Author: Michel Pelletier, Alexander Korotkov
Reviewed-by: Justin Pryzby, Mason Sharp, Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f77ff083350eb5a2625a4dbfca61d15b66c4918b

Modified Files
--------------
doc/src/sgml/config.sgml      |  2 +-
doc/src/sgml/ref/pgbench.sgml | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Make subquery aliases optional in the FROM clause.
Next
From: Tom Lane
Date:
Subject: pgsql: Make serialization of Nodes' scalar-array fields more robust.