What do you mean with your reference about an empty database??

I'm running   PostgreSQL v 8.4.1 and  PGAdmin v 1.10.0.

Bob

-----Original Message----- From: Sandro Santilli Sent: Wednesday, June 29, 2011 12:33 PM To: Bob Pawley Cc: PostGIS Users Discussion Subject: Re: [postgis-users] st_collect, st_union
On Wed, Jun 29, 2011 at 12:17:07PM -0700, Bob Pawley wrote:
I just retried it using the script of imp_process.

Same empty value returned.

Against an empty database ?
Really weird.
What version of postgis are you running ?

--strk;


Bob

-----Original Message----- From: Sandro Santilli
Sent: Wednesday, June 29, 2011 12:09 PM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] st_collect, st_union

On Wed, Jun 29, 2011 at 11:15:23AM -0700, Bob Pawley wrote:
>Hi
>
>The table is attached.

psql:E5R.backup:108: ERROR:  function imp_process() does not exist

>Following is the query I used.
>
>select st_collect(import_process.wkb_geometry)
>from import_process;

strk=# select st_summary(st_collect(import_process.wkb_geometry))
from import_process;
            st_summary
------------------------------------
MultiLineString[B] with 5 elements
  LineString[B] with 46 points
  LineString[B] with 2 points
  LineString[B] with 46 points
  LineString[B] with 46 points
  LineString[B] with 46 points

(1 row)

Did you retry after import ?
Maybe the missing function makes a difference...

--strk;

 ()   Free GIS & Flash consultant/developer
 /\   http://strk.keybit.net/services.html
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

--

 ()   Free GIS & Flash consultant/developer
 /\   http://strk.keybit.net/services.html
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to