Re: Postgres Object Identifiers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Vilson farias" <vilson(dot)farias(at)digitro(dot)com(dot)br>
Cc: pgsql-interfaces(at)postgresql(dot)org, "IORRANA, Maria Ribeiro" <iorrana(dot)ribeiro(at)digitro(dot)com(dot)br>
Subject: Re: Postgres Object Identifiers
Date: 2002-10-04 14:05:50
Message-ID: 20298.1033740350@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Vilson farias" <vilson(dot)farias(at)digitro(dot)com(dot)br> writes:
> So, somebody of you knows where can I get the description list of the types
> used by Postgres and their object identifers ?

SELECT oid, typname FROM pg_type;

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2002-10-04 15:58:53 Re: libpgtcl/pg_execute undocumented feature ?
Previous Message Vilson farias 2002-10-04 12:32:31 Postgres Object Identifiers