Database reference - postgis

postgis -  types -  public.spheroid

Description

none

Type properties

namevalue
namepublic.spheroid 
length65
nullableyes

Code

CREATE TYPE spheroid (
    INTERNALLENGTH = 65,
    INPUT = st_spheroid_in,
    OUTPUT = st_spheroid_out,
    ALIGNMENT = double,
    STORAGE = plain
);



Documentation generated by SqlSpec