[Qgis-developer] QGIS Web Client: WSGI search capabilities using multiple databases

Andreas Neumann a.neumann at carto.net
Thu Nov 26 01:58:48 PST 2015


Or use foreign data wrappers (fdw) - which is I believe - the more 
modern version of dblink.

You can register a table from another database and it will act as it 
would be local.

Andreas

On 26.11.2015 09:21, Bernhard Ströbl wrote:
> Hi,
>
> workaround: use dblink to mirror the relations from the other dbs into 
> the "main" db
>
> Bernhard
>
> Am 25.11.2015 um 22:03 schrieb Tony Pham:
>> Hi all,
>>
>> For the WSGI Search capabilities on QGIS Web Client, is it possible to
>> establish search capabilities using multiple databases (i.e., tables
>> within multiple databases)?
>>
>> I have QGIS projects which utilize different PostGIS databases and would
>> like to be able to list all the various databases in my qwc_connect.py
>> Python file but realize that the DB_CONN_STRING only allows for the
>> connection to a single database.
>>
>> Has anyone employed or developed a workaround for this?
>>
>> Regards,
>> -Tony
>>
>>
>> __________ Information from ESET Mail Security, version of virus
>> signature database 12624 (20151125) __________
>>
>> The message was checked by ESET Mail Security.
>> http://www.eset.com
>>
>>
>> _______________________________________________
>> Qgis-developer mailing list
>> Qgis-developer at lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
>
> __________ Information from ESET Mail Security, version of virus 
> signature database 12626 (20151126) __________
>
> The message was checked by ESET Mail Security.
> http://www.eset.com
>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer



More information about the Qgis-developer mailing list