I have the following domain of type polygon in the database:
CREATE DOMAIN "global".polygon AS pg_catalog.polygon;
The following table that uses this domain:
CREATE TABLE user.area_geom
(
id_area_geom serial NOT NULL,
polygon g...
asked by
13.12.2013 / 17:30