]> git.openstreetmap.org Git - nominatim.git/commit
use psql for executing sql files
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 23 Feb 2021 18:05:51 +0000 (19:05 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 25 Feb 2021 17:42:54 +0000 (18:42 +0100)
commitb93ec2522e25102e8a36ca78423a53b4579c68c2
tree87278019aab960eb484c8fcde03c718d290692ea
parentaf7226393a45a0ea5b87967c3231392b0e12da64
use psql for executing sql files

This allows to run larger files without needing to keep
them in memory.
nominatim/db/utils.py
nominatim/tools/refresh.py
test/python/test_db_utils.py