view schema/updates/1311/01.improve_section_uniqueness.sql @ 5624:29d729607ac1

Added tag v5.7 for changeset ff0af91a7f62
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 22 Dec 2022 18:42:14 +0100
parents fd9f171b87e4
children
line wrap: on
line source

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