pgsql: Improve error messages around REPLICATION and BYPASSRLS properti

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve error messages around REPLICATION and BYPASSRLS properti
Date: 2020-11-03 20:49:11
Message-ID: E1ka3Et-0005qH-PV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-11-03 21:16:51 pgsql: Guard against core dump from uninitialized subplan.
Previous Message Tom Lane 2020-11-03 20:41:56 pgsql: Allow users with BYPASSRLS to alter their own passwords.