view schema/updates/1311/01.improve_section_uniqueness.sql @ 4930:8b83b18a1d49 fairway-marks-import

Added database models for group layers.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 14 Feb 2020 17:31:17 +0100
parents fd9f171b87e4
children
line wrap: on
line source

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