Log Message:
---
Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might return
results out of order because of locking, per bug report 4593
Modified Files:
--
pgsql/doc/src/sgml/ref:
select.sgml (r1.118 -> r1.119)
(http://anoncvs.postgresql.org/cvsweb.
Log Message:
---
Document that SELECT FOR UPDATE/SHARE with ORDER BY might return results
in the incorrect order, per bug 4593. Backpatch to 8.3.X.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
select.sgml (r1.102 -> r1.102.2.1)
(htt