pgsql: Document that plpgsql upsert example can fail if insert triggers

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Document that plpgsql upsert example can fail if insert triggers
Дата
Msg-id E1Pq8iv-0006hD-C6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document that plpgsql upsert example can fail if insert triggers return
unique exception, or if not used in read committed transaction mode.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f87712d208f7dbe447cd27e92a99f49fd19afe94

Modified Files
--------------
doc/src/sgml/plpgsql.sgml |    7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In documentation example, use concat_values() instead of concat(
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove doc mention about read committed in upsert example.