Connecting Tech Pros Worldwide Help | Site Map

pg_type

Member
 
Join Date: Apr 2007
Posts: 53
#1: 4 Weeks Ago
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: 292
#2: 1 Day 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