[postgis-users] Upper/lower case mismatch with postgis layers in mapserver

Gino Lucrezi gino-postgis at lucrezi.net
Thu May 12 03:29:53 PDT 2005


> DATA "geom from user_FT000001.annuaire"

A workaround could be creating a view encapsulating this table, e.g.:
CREATE OR REPLACE VIEW my_view AS select * from "user_FT000001";

and then in the map file:
DATA "geom from my_view.annuaire"


Gino Lucrezi
Penta Consulting Services Srl





More information about the postgis-users mailing list