diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-10-26 12:12:48 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-10-26 12:12:48 -0400 |
commit | 725fa25e20248800461b06802f5ee9a203825618 (patch) | |
tree | b5613c0ddaaba458eafc4cfb411e31a919a7a974 /src/backend/regex | |
parent | 1dec7c7c6ccd70318a71d058b7af9da149041b33 (diff) | |
download | postgresql-725fa25e20248800461b06802f5ee9a203825618.tar.gz postgresql-725fa25e20248800461b06802f5ee9a203825618.zip |
In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Represent a sequence's current value as a separate TableDataInfo dumpable
object, so that it can be dumped within the data section of the archive
rather than in pre-data. This fixes an undesirable inconsistency between
the meanings of "--data-only" and "--section=data", and also fixes dumping
of sequences that are marked as extension configuration tables, as per a
report from Marko Kreen back in July. The main cost is that we do one more
SQL query per sequence, but that's probably not very meaningful in most
databases.
Back-patch to 9.1, since it has the extension configuration issue even
though not the --section switch.
Diffstat (limited to 'src/backend/regex')
0 files changed, 0 insertions, 0 deletions