Обсуждение: Redundant sentence within INSERT documentation page (exclusion constraints)

Поиск
Список
Период
Сортировка

Redundant sentence within INSERT documentation page (exclusion constraints)

От
Peter Geoghegan
Дата:
There is a redundant second appearance of more or less the same
sentence at one point in the new INSERT documentation -- I missed this
during the recent overhaul of the 9.5+ INSERT documentation.

Attached is a trivial patch that fixes this issue.

--
Peter Geoghegan

Вложения

Re: Redundant sentence within INSERT documentation page (exclusion constraints)

От
Robert Haas
Дата:
On Sun, Dec 6, 2015 at 9:36 PM, Peter Geoghegan <pg@heroku.com> wrote:
> There is a redundant second appearance of more or less the same
> sentence at one point in the new INSERT documentation -- I missed this
> during the recent overhaul of the 9.5+ INSERT documentation.
>
> Attached is a trivial patch that fixes this issue.

I don't know nearly as much about ON CONFLICT DO UPDATE as Andres, but
even I can spot a redundancy when somebody shoves the evidence right
under my nose.  So, committed and back-patched to 9.5.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: Redundant sentence within INSERT documentation page (exclusion constraints)

От
Peter Geoghegan
Дата:
On Wed, Dec 9, 2015 at 11:13 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> I don't know nearly as much about ON CONFLICT DO UPDATE as Andres, but
> even I can spot a redundancy when somebody shoves the evidence right
> under my nose.  So, committed and back-patched to 9.5.

Thanks.


-- 
Peter Geoghegan