RE: [GENERAL] Types available

From: Andrzej Mazurkiewicz <andrzej(dot)mazurkiewicz(at)polkomtel(dot)com(dot)pl>
To: "'De Moudt Walter'" <wdemoudt(at)planetinternet(dot)be>, Edouard DESSIOUX <edx(at)intrinsec(dot)com>, psql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: RE: [GENERAL] Types available
Date: 1999-11-12 10:06:33
Message-ID: 13288F4408ADD11186FF0060B06A43130164F9A0@MSGWAW1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try
select oid,typname from pg_type;
after that

select oid, * from pg_type where ....
to select what you want.
Andrzej

> -----Original Message-----
> From: De Moudt Walter [SMTP:wdemoudt(at)planetinternet(dot)be]
> Sent: 10 listopada 1999 21:00
> To: Edouard DESSIOUX; psql-general
> Subject: Re: [GENERAL] Types available
>
> try the following table : pg_opclass
>
> Edouard DESSIOUX wrote:
> >
> > Does anyone know which query (with
> > system tables) could give me all the
> > available type.
> >
> > Txs.
> > --
> > Edouard DESSIOUX
> > Proverbe chien :
> > "Si ca se mange pas,
> > Si ca se baise pas,
> > Pisse dessus !!"
> >
> > ************
>
> ************

Browse pgsql-general by date

  From Date Subject
Next Message Marcin Inkielman 1999-11-12 12:05:58 Re: [GENERAL] Postgres concurrency : urgent
Previous Message Chairudin Sentosa Harjo 1999-11-12 09:55:48 Re: [GENERAL] Postgres concurrency : urgent