pgsql: Add more documentation and tests for publications

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add more documentation and tests for publications
Date: 2017-03-15 17:52:36
Message-ID: E1coD6C-0002Sx-JU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more documentation and tests for publications

Add/correct documentation and add some tests related to how access
control around adding tables to publications works.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e76db009f079ece9408e37336887bc6457cc1fc6

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 6 ++++++
doc/src/sgml/ref/create_publication.sgml | 6 +++---
src/test/regress/expected/publication.out | 20 +++++++++++++++++++-
src/test/regress/sql/publication.sql | 24 +++++++++++++++++++++++-
4 files changed, 51 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-15 20:27:41 pgsql: Fix typo
Previous Message Andres Freund 2017-03-15 17:40:03 Re: [COMMITTERS] pgsql: Improve isolation tests infrastructure.