pggeodb-preprod.nancy.inra.fr/db_peuplier 
Previous topic Chapter index Next topic

Domain: topoelementarray

 

 

Schema

topology

 

Owner

postgres

 

Descriptions

There is no description for domain topoelementarray

 

Definition

CREATE DOMAIN topology.topoelementarray AS
 integer[][] NULL;

ALTER DOMAIN topology.topoelementarray
 ADD CONSTRAINT type_range CHECK ((array_upper(VALUE, 2) = 2) AND (array_upper(VALUE, 3) IS NULL));

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23
Previous topic Chapter index Next topic