Dirk Lutzebaeck <[EMAIL PROTECTED]> writes:
> say I have a join which says
>     t.a = t.b and t.b = t.c
> do I need to give the optimizer a hint by saying it more redundantly
>     t.a = t.b and t.b = t.c and t.c = t.a

Not since about 7.0.3 ...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to