pg_type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jesmi
    New Member
    • Apr 2007
    • 53

    pg_type

    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
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    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?

    Comment

    Working...