Re: MERGE ... RETURNING - Mailing list pgsql-hackers

From jian he
Subject Re: MERGE ... RETURNING
Date
Msg-id CACJufxF90AhZCaatbGrC4G9sGr4rKr46-Ra0HQ=LKECkqpzq+A@mail.gmail.com
Whole thread Raw
In response to Re: MERGE ... RETURNING  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: MERGE ... RETURNING
List pgsql-hackers
>
> Attached is a separate patch with those doc updates, intended to be
> applied and back-patched independently of the main RETURNING patch.
>
> Regards,
> Dean

+   You will require the <literal>SELECT</literal> privilege and any column(s)
+   of the <replaceable class="parameter">data_source</replaceable> and
+   <replaceable class="parameter">target_table_name</replaceable> referred to
+   in any <literal>condition</literal> or <literal>expression</literal>.

I think it should be:
+   You will require the <literal>SELECT</literal> privilege on any column(s)
+   of the <replaceable class="parameter">data_source</replaceable> and
+   <replaceable class="parameter">target_table_name</replaceable> referred to
+   in any <literal>condition</literal> or <literal>expression</literal>.

Other than that, it looks fine.



pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Nathan Bossart
Date:
Subject: Re: Hide exposed impl detail of wchar.c