Make superuser imply replication privilege. The idea of a privilege that

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 00c5f55061df52ccfd82eae16f054e08818ad0ff
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2012-01-14T16:22:16Z
Releases: 9.2.0
Make superuser imply replication privilege. The idea of a privilege that
superuser doesn't have doesn't make much sense, as a superuser can do
whatever he wants through other means, anyway. So instead of granting
replication privilege to superusers in CREATE USER time by default, allow
replication connection from superusers whether or not they have the
replication privilege.

Patch by Noah Misch, per discussion on bug report #6264

Files