> Hello > I know that we can connect to postgis database from mapserver > but can we edit or create tables in postgis using mapserver!!! > is it possible using sql !!! > How can we use pywps for spetial traitement such as interpolation in this > case!!! > thanks a lot for your help >
Hello, Mapserver is not intended to perform DDL (create, insert, delete, update) on a database. Its goal is to generate an image from raster and vector formats. If you're working with python, it should be trivial to connect to your postgis database to perform some specific SQL queries. (Psycopg or PyGreSql are 2 python lib that connect to Postgresql) Nicolas _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
