Type : public.tablefunc_crosstab_2

Schema public
Type Name tablefunc_crosstab_2
Base Type -
Owner postgres
Collation
Default
Type Composite Type
Store Type Compressed Inline/Seconary
Not Null False
Description
Type Definition:
CREATE TYPE public.tablefunc_crosstab_2 AS
(
    row_name text,
    category_1 text,
    category_2 text
);