opengisch / pum

Postgres Upgrades Manager
GNU General Public License v2.0
30 stars 7 forks source link

use psycopg to forward variables rather than using regex #42

Closed 3nids closed 6 years ago

elemoine commented 6 years ago

Nice! I just added minor comments.

Also I think this mechanism need to be extended to Python scripts. For example see https://github.com/qwat/qwat-data-model/blob/master/update/delta/post-all.py#L14 where the SRS is hard-coded.