view schema/updates/1311/01.improve_section_uniqueness.sql @ 5541:29804c8e817d aggregate-gm-import-logging

WIP: Handle rest correctly.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Oct 2021 02:02:23 +0200
parents fd9f171b87e4
children
line wrap: on
line source

ALTER TABLE waterway.sections
    ADD EXCLUDE USING GiST (name WITH =, country WITH <>)