Re: [SQL] Limited number of polygon function arguments

2007-08-18 Thread Franz Mühlbauer
You are right, Tom! Thank you. I made a mistake (took not the right number of parenthesis) - sorry. Kind regards Franz (Muehlbauer) --- Tom Lane <[EMAIL PROTECTED]> schrieb: > =?iso-8859-1?q?Franz=20M=FChlbauer?= > <[EMAIL PROTECTED]> writes: > > the polygon function seems to be limited to > >

Re: [SQL] Limited number of polygon function arguments

2007-08-17 Thread Tom Lane
=?iso-8859-1?q?Franz=20M=FChlbauer?= <[EMAIL PROTECTED]> writes: > the polygon function seems to be limited to > approximately 100 point arguments Surely not. Please provide a concrete example of your problem. regards, tom lane ---(end of broadcas

[SQL] Limited number of polygon function arguments

2007-08-17 Thread Franz Mühlbauer
Hi, the polygon function seems to be limited to approximately 100 point arguments but some of my polygons consist of more than 100 points. Are there any hacks to get around of these limitations? Or do I really have to install postGIS to deal with such polygons? (I am using PostgreSQL 8.1.9 on a L