[Qgis-user] DB Manager error with PostgreSQL 12
haytastan
haytastan at gmail.com
Fri Dec 20 05:25:26 PST 2019
PROBLEM:
column adef.adsrc does not exist
LINE 8: adef.adsrc AS default_value,
SOLUTION:
In the python file *connector.py *
in the directory
C:\Program Files\QGIS
3.10\apps\qgis\python\plugins\db_manager\db_plugins\postgis
substitue
*adef.adsrc*
with
*pg_get_expr(adbin,adrelid)*
and
substitue
*c.consrc*
with
*c.conbin*
Regards,
Hayati Tastan
https://tr.linkedin.com/in/hayatitastan
<https://tr.linkedin.com/in/hayatitastan>
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
More information about the Qgis-user
mailing list