]> granicus.if.org Git - postgresql/commit
Add pg_dump --snapshot option
authorSimon Riggs <simon@2ndQuadrant.com>
Mon, 17 Nov 2014 22:15:07 +0000 (22:15 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Mon, 17 Nov 2014 22:15:07 +0000 (22:15 +0000)
commitbe1cc8f46f57a04e69d9e4dd268d34da885fe6eb
treef3e01a1f2f19a13fa4542d2a3e82db70f2f2dede
parent832054044f68080eaebccd771e21fdd56824db20
Add pg_dump --snapshot option

Allows pg_dump to use a snapshot previously defined by a concurrent
session that has either used pg_export_snapshot() or obtained a
snapshot when creating a logical slot. When this option is used with
parallel pg_dump, the snapshot defined by this option is used and no
new snapshot is taken.

Simon Riggs and Michael Paquier
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c