mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 02:52:22 -04:00
afe1c51c9d
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