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

pg_dump: Fix some schema issues when dumping sequences


In the new code for selecting sequence data from pg_sequence, set the
schema to pg_catalog instead of the sequences own schema, and refer to
the sequence by OID instead of name, which was missing a schema
qualification.

Reported-by: default avatarStephen Frost <sfrost@snowman.net>
parent ba005f19
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment