aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-08-23 12:00:00 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-11-13 21:44:58 -0500
commit27d2c1232879aab5636da56b698764d553b9c5c6 (patch)
tree58056a69cee5e85d91a65b53c86b8428eb763fa0 /src/tutorial/basics.source
parentd5d8a0b7e54ca09d0b5fdfc6afcb307450f33215 (diff)
downloadpostgresql-27d2c1232879aab5636da56b698764d553b9c5c6.tar.gz
postgresql-27d2c1232879aab5636da56b698764d553b9c5c6.zip
pg_dump: Separate table and sequence data object types
Instead of handling both sequence data and table data internally as "table data", handle sequences separately under a "sequence set" type. We already handled materialized view data differently, so it makes the code somewhat cleaner to handle each relation kind separately at the top level. This does not change the output format, since there already was a separate "SEQUENCE SET" archive entry type. A noticeable difference is that SEQUENCE SET entries now always appear after TABLE DATA entries. And in parallel mode there is less sorting to do, because the sequence data entries are no longer considered table data. Reviewed-by: Anastasia Lubennikova <a.lubennikova@postgrespro.ru> Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions