Database reference - postgis

postgis -  types -  public.histogram2d

Description

none

Type properties

namevalue
namepublic.histogram2d 
nullableyes

Code

CREATE TYPE histogram2d (
    INTERNALLENGTH = variable,
    INPUT = st_histogram2d_in,
    OUTPUT = st_histogram2d_out,
    ALIGNMENT = double,
    STORAGE = main
);



Documentation generated by SqlSpec