pgsql: doc: Update error messages in RLS examples

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update error messages in RLS examples
Date: 2023-04-05 07:27:00
Message-ID: E1pjxXn-001SKp-Ar@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update error messages in RLS examples

Since 8b9e9644d, the messages for failed permissions checks report
"table" where appropriate, rather than "relation".

Backpatch to all supported branches

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/72e78727124ff2919b785e6a38719297bbbfa7f2

Modified Files
--------------
doc/src/sgml/ddl.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2023-04-05 07:27:14 pgsql: doc: Update error messages in RLS examples
Previous Message John Naylor 2023-04-05 07:26:43 pgsql: doc: Update error messages in RLS examples