Database reference - postgis

postgis -  types -  public.box3d

Description

none

Type properties

namevalue
namepublic.box3d 
length48
nullableyes

Code

CREATE TYPE box3d (
    INTERNALLENGTH = 48,
    INPUT = st_box3d_in,
    OUTPUT = st_box3d_out,
    ALIGNMENT = double,
    STORAGE = plain
);



Documentation generated by SqlSpec