db_ecological_db
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)
Previous topic Chapter index Next topic