Re: Duplicate "SELECT current_user;"
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: max1@inbox.ru
Cc: pgsql-docs@lists.postgresql.org
Date: 2021-03-17T20:40:41Z
Lists: pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes: > One of executions of "SELECT current_user;" is redundant and can be removed. Yeah, I think you're right. Done in HEAD. regards, tom lane
Commits
-
Doc: remove duplicated step in RLS example.
- 70945649d734 14.0 landed