I want to see the type created for running a function.
please tell me the query for this.
i tried for :
select * from pg_type where typname=' ';
is it right or wrong. if wrong please send me the appropriate query.
thank you
please tell me the query for this.
i tried for :
select * from pg_type where typname=' ';
is it right or wrong. if wrong please send me the appropriate query.
thank you
Comment