Properties

Name: domain1 
OID: 16449 
Owner: postgres 
Base type: bigint 
Default:
Check:  
Not Null:  
Comment: test domain 

SQL


CREATE DOMAIN domain1 AS bigint NOT NULL DEFAULT 1;


ALTER DOMAIN public.domain1 OWNER TO postgres;

See Also

List of domains