Re: [GENERAL] Max tables in a union

2010-10-30 Thread Fred Miller
Thanks all -- I made my first post under an unregistered account. It was stalled. Then I posted under my registered account - to which Tom Lane replied (thanks Tom) Then later my first post punched through making it seem like I didn't see Tom Lane's reply. We have some dynamic-schema generat

Re: [GENERAL] Max tables in a union

2010-10-30 Thread Scott Marlowe
On Fri, Oct 29, 2010 at 3:11 PM, Fred Miller wrote: > What is the maximum number of tables allowed in a union in 8.4 and 9.0? I'm not aware of any preset limit. I'd guess you'd run into performance problems before you hit a limit. -- To understand recursion, one must first understand recursion.

Re: [GENERAL] Max Tables in a union

2010-10-29 Thread Tom Lane
Fred Miller writes: > What is the max number of tables allowed in a union (in 8.4 and 9.0)? There's no specific limit. I doubt you'd get good performance with thousands ... regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make