[postgis-users] Mapserv Issues

Zamil Murji Zamil.Murji at divestco.com
Mon May 17 11:15:06 PDT 2004


Yes it does. Only the sprintf(sql,"SELECT * FROM %s WHERE false LIMIT 0",table_name); worked. 

Will this make it into the the next beta?

You're a genius Dave!
Zamil

-----Original Message-----
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net]On Behalf Of David
Blasby
Sent: Monday, May 17, 2004 11:57 AM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] Mapserv Issues


Zamil Murji wrote:

> Sorry,
> 
> the first one doesn't work, but the second one does! YES! Thanks a whole lot
> Maybe this could make it into the mapserver 4.2 beta 3 release?
> 
> Just to recap
> sprintf(sql,"SELECT * FROM %s WHERE false LIMIT 0",table_name); worked but 
> sprintf(sql,"SELECT * FROM (%s) WHERE false LIMIT 0",table_name); did not

Does it work with "the_geom from <Table>"-like DATA statements?

dave
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list