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:26:32
Message-ID: E1pjxXL-001SJd-2C@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/542b6347bf8876d89146097672c2c0128ad7c151

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:26:43 pgsql: doc: Update error messages in RLS examples
Previous Message Peter Eisentraut 2023-04-05 07:24:08 pgsql: doc: Update SQL features/conformance information to SQL:2023