Doc: avoid using pg_get_publication_tables() in an example.

pg_get_publication_tables() is undocumented because it's only meant
as infrastructure for the pg_publication_tables system view.
That being the case, we should use the view not the bare function
in this sample query.

Shi Yu

Discussion: 
https://postgr.es/m/oszpr01mb63107e83d07fedeeabd83a23fd...@oszpr01mb6310.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26f36fe844880ff68dc28493bba9aced5aad0034

Modified Files
--------------
doc/src/sgml/ref/create_subscription.sgml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Reply via email to