view schema/updates/1311/01.improve_section_uniqueness.sql @ 5583:c1bd5f8eaf9a surveysperbottleneckid

AvailableFairwayDepthDialogue: set objnam for print is okay
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 12:06:48 +0100
parents fd9f171b87e4
children
line wrap: on
line source

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