Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5110a96

Browse files
committed
In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Represent a sequence's current value as a separate TableDataInfo dumpableobject, so that it can be dumped within the data section of the archiverather than in pre-data. This fixes an undesirable inconsistency betweenthe meanings of "--data-only" and "--section=data", and also fixes dumpingof sequences that are marked as extension configuration tables, as per areport from Marko Kreen back in July. The main cost is that we do one moreSQL query per sequence, but that's probably not very meaningful in mostdatabases.Back-patch to 9.1, since it has the extension configuration issue eventhough not the --section switch.
1 parentf01936f commit5110a96

File tree

1 file changed

+186
-159
lines changed

1 file changed

+186
-159
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp