Connecting Tech Pros Worldwide Forums | Help | Site Map

pg_type

Member
 
Join Date: Apr 2007
Posts: 53
#1: Oct 23 '09
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

Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 293
#2: 1 Week Ago

re: pg_type


Quote:
I want to see the type created for running a function.
What does it mean? How do you create a type (using CREATE FUNCTION ?)?

What do you want to see, type name?
Reply