Add pgbench option to add foreign key constraints to the standard scenario.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: afe1c51c9d65c67c7474c60d64bceefe9953dde6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-06-19T22:33:59Z
Releases: 9.3.0
Add pgbench option to add foreign key constraints to the standard scenario.

The option --foreign-keys, used at initialization time, will create foreign
key constraints for the columns that represent references to other tables'
primary keys.  This can help in benchmarking FK performance.

Jeff Janes

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +34 −7
doc/src/sgml/pgbench.sgml modified +9 −0