git.postgresql.org Git - postgresql.git/commit
2010年3月11日 04:36:43 +0000 (04:36 +0000)
2010年3月11日 04:36:43 +0000 (04:36 +0000)
commit e6555b436e44fc43f14b3d8c1f782fbd3924485d
Simplify a couple of pg_dump and psql \d queries about index constraints
by joining to pg_constraint.conindid, instead of the former technique of
joining indirectly through pg_depend. This is much more straightforward
and probably faster as well. I had originally desisted from changing these
queries when conindid was added because I was worried about losing
performance, but if we join on conrelid as well as conindid then the index
on conrelid can be used when pg_constraint is large.
This is the main PostgreSQL git repository.
RSS
Atom