Invalid statement in ref/insert.sgml

Поиск
Список
Период
Сортировка
От Alexander Law
Тема Invalid statement in ref/insert.sgml
Дата
Msg-id 577FB72F.4040900@gmail.com
обсуждение исходный текст
Ответы Re: Invalid statement in ref/insert.sgml
Список pgsql-docs
Hello,

It seems, that the statement "INSERT ... ON CONFLICT DO UPDATE tab SET
table_name.col = 1" is invalid in two ways. Patch attached.
Maybe it's worth to replace "UPDATE tab SET tab.col = 1" with "UPDATE
table_name SET table_name.col = 1" in ref/update.sgml (for consistency) too.

Best regards,
Alexander


Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: A typo in install-windows.sgml
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Invalid statement in ref/insert.sgml