pg_dump: Support using synchronized snapshots on standbys
authorPeter Eisentraut <[email protected]>
Wed, 16 Aug 2017 23:46:50 +0000 (19:46 -0400)
committerPeter Eisentraut <[email protected]>
Wed, 16 Aug 2017 23:49:17 +0000 (19:49 -0400)
commite4892c68184e199c3117a8f8b52da22a77702a05
treebcaac30fed3bba3fd8444ff869d5486696034b15
parent0c16efcb533c95cec3e11daa13dba18110231831
pg_dump: Support using synchronized snapshots on standbys

This became possible by commit
6c2003f8a1bbc7c192a2e83ec51581c018aa162f.  This just makes pg_dump aware
of it and updates the documentation.

Author: Petr Jelinek <[email protected]>
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c