projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87712d
)
Remove doc mention about read committed in upsert example.
author
Bruce Momjian
Thu, 17 Feb 2011 19:24:14 +0000
(14:24 -0500)
committer
Bruce Momjian
Thu, 17 Feb 2011 19:24:14 +0000
(14:24 -0500)
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index d2e74dca81e2d5c8d06f9e887fc4fcf931fed05d..d0672bbc89aa09fdc78e8808bdd4c39a74710020 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-2476,8
+2476,7
@@
SELECT merge_db(1, 'dennis');
This example assumes the
unique_violation> error is caused by
the
INSERT>, and not by an
INSERT> trigger function
- on the table. Also, this example only works in the default Read
- Committed transaction mode.
+ on the table.