Skip to content
Snippets Groups Projects
Commit 3b3fcc4e authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

pg_dump: Add table qualifications to some tags


Some object types have names that are only unique for one table.  But
for those we generally didn't put the table name into the dump TOC tag.
So it was impossible to identify these objects if the same name was used
for multiple tables.  This affects policies, column defaults,
constraints, triggers, and rules.

Fix by adding the table name to the TOC tag, so that it now reads
"$schema $table $object".

Reviewed-by: default avatarMichael Paquier <michael.paquier@gmail.com>
parent de94e2af
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment