view schema/updates/1311/01.improve_section_uniqueness.sql @ 4855:01b593ea2311

Added missing doc strings for the STR tree in the mesh package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Nov 2019 17:48:02 +0100
parents fd9f171b87e4
children
line wrap: on
line source

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