Add ORDER BY clauses to some select-from-view operations
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 1999 03:40:50 +0000 (03:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 1999 03:40:50 +0000 (03:40 +0000)
commit45814e6b40837bae576e10e7b294b3c4734a9a2b
tree8b04fd2160e0dd520bbcbfe9aa8e575c5fc1d846
parent65471fcf6e55d965b3f59454d061044745046358
Add ORDER BY clauses to some select-from-view operations
in rules regression test, in order to eliminate bogus test 'failures'
that occur due to platform-dependent and join-implementation-dependent
ordering of tuples.  I'm not sure that I got all of the SELECTs that need
ordering clauses --- we may need some more.  But this takes care of the
diffs between my platform and Jan's.
src/test/regress/expected/rules.out
src/test/regress/sql/rules.sql