pgsql: Improve error messages around REPLICATION and BYPASSRLS properti - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve error messages around REPLICATION and BYPASSRLS properti
Date
Msg-id E1ka3Et-0005qH-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve error messages around REPLICATION and BYPASSRLS properties.

Clarify wording as per suggestion from Wolfgang Walther.
No back-patch; this doesn't seem worth thrashing translatable
strings in the back branches.

Tom Lane and Stephen Frost

Discussion: https://postgr.es/m/a5548a9f-89ee-3167-129d-162b5985fcf8@technowledgy.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17fb60387ce3fdc2bbb13d9b67bed0e4da77e173

Modified Files
--------------
src/backend/commands/user.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow users with BYPASSRLS to alter their own passwords.
Next
From: Tom Lane
Date:
Subject: pgsql: Guard against core dump from uninitialized subplan.