Properties

Name: PIPPO 
OID: 16469 
Owner: postgres 
Alias: "PIPPO" 
Aligment: double 
Internal length: -1 
Default:  
Passed by value:  
Input function: record_in 
Output function: record_out 
Receive function: record_recv 
Send function: record_send 
Storage: EXTENDED 
Comment:  

SQL


CREATE TYPE "PIPPO" AS (
    one money,
    two numeric(10,10)
);


ALTER TYPE public."PIPPO" OWNER TO postgres;

See Also

List of types