[Qgis-developer] PostGIS manager
Martin Dobias
wonder.sk at gmail.com
Sun Oct 26 19:12:13 EDT 2008
Hi all,
recently I've been working on a simple PostGIS database manager plugin for QGIS.
Features:
- list schemas, tables, views and their geometry types
- show table metadata (fields, constraints, indexes)
- show attribute table and map preview for layers loadable by QGIS
postgres provider
- create tables including geometry column and spatial index
- rename / delete tables and views
- create / rename / delete schemas
- load and dump data using pgsql2shp and shp2pgsql
You can try it out from my sandbox:
http://mapserver.sk/~wonder/qgis/plugins-sandbox.xml
You'll need QGIS from SVN trunk.
I'd like to hear some feedback whether you like / don't like it and
what features are missing.
Bye
Martin
More information about the Qgis-developer
mailing list