Re: [GENERAL] outer join fails with error - solaris only

2001-05-17 Thread Tom Lane
[EMAIL PROTECTED] writes: > The following query gives an error when run on solaris 2.7, but it works > fine with an equivalent configuration on rh 6.2. It probably has nothing to do with the platform, but rather with when you last ran VACUUM ANALYZE and what the exact contents of the database wer

[GENERAL] outer join fails with error - solaris only

2001-05-17 Thread danw
The following query gives an error when run on solaris 2.7, but it works fine with an equivalent configuration on rh 6.2. select tr.transition_key, tr.transition_name from wf_transition_info tr left outer join wf_context_assignments ca