Juergen E. Fischer 48e4fb85c8 Revert "use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478)"
As it seems to address a meanwhile reverted behavior change in PostGIS 2.1
before it was released (see also https://trac.osgeo.org/postgis/ticket/2834).

This reverts commit 048aff01bb9cf42e2c1c17eb0ddbd81537443e19.
2015-07-13 11:15:40 +02:00
..
2014-05-17 22:02:03 +02:00

DB Manager * Copyright (c) 2011 Giuseppe Sucameli

DB Manager is a database manager plugin for QGIS.
It allows showing the DBs contents and run query on them.

In this moment DB Manager supports the following DBMS backends:
- PostgreSQL/PostGIS through the psycopg2 pymodule
- SQLite/SpatiaLite using the pyspatialite pymodule


For more info about the project, see at the wiki page:
    http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011

or visit my GitHub repository:
    https://github.com/brushtyler/db_manager