Patch: doc for pg_logical_emit_message()
Matsumura, Ryo <matsumura.ryo@jp.fujitsu.com>
From: "Matsumura, Ryo" <matsumura.ryo@jp.fujitsu.com>
To: "'pgsql-hackers@postgresql.org'" <pgsql-hackers@postgresql.org>
Date: 2019-04-19T06:21:14Z
Lists: pgsql-hackers
Attachments
- pg_logical_emit_message_doc.patch (application/octet-stream) patch
Hi, Hackers pg_logical_emit_message() can be used by any user, but the following document says that it can be used by only superuser. > Table 9.88. Replication SQL Functions > Use of these functions is restricted to superusers. I think that pg_logicl_emit_message() should be used by any user. Therefore, I attach the document patch. Ryo Matsumura
Commits
-
Fix documentation for the privileges required for replication functions.
- bc250ee7ebd0 9.4.23 landed
- 2be2fee24839 9.5.18 landed
- 44b973b71c95 9.6.14 landed
- 704637d8d935 10.9 landed
- a9d5383db2e1 11.4 landed
- df631ebc737e 12.0 landed