Add docs and regression test about sorting the output of a recursive query in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Oct 2008 00:41:35 +0000 (00:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Oct 2008 00:41:35 +0000 (00:41 +0000)
commitba11065cd3ac5524b76d359a45e7ca7ec455903e
tree4ae5d6c18472aa0f7a9747e75b9034915a7b001b
parent1c0baaf0ca76e1eb529a1f6cdd47ad342378ca86
Add docs and regression test about sorting the output of a recursive query in
depth-first search order.  Upon close reading of SQL:2008, it seems that the
spec's SEARCH DEPTH FIRST and SEARCH BREADTH FIRST options do not actually
guarantee any particular result order: what they do is provide a constructed
column that the user can then sort on in the outer query.  So this is actually
just as much functionality ...
doc/src/sgml/queries.sgml
src/test/regress/expected/with.out
src/test/regress/sql/with.sql