Re: Quick System Catalog Query Question

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: Terry Hampton <thampton(at)limacorp(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Quick System Catalog Query Question
Date: 2004-03-29 22:12:07
Message-ID: m3hdw79ubs.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Terry Hampton <thampton(at)limacorp(dot)com> writes:

> I can't determine what SQL to which system catalog will associate
> "1043" to "varchar" and "25" to "text"

pg_type where oid = 1043, ie:

SELECT * FROM pg_type WHERE oid = 1043;

Regards,
Manuel.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Richard Harris 2004-03-29 22:41:13 Database consistency checker
Previous Message Jaime Casanova 2004-03-29 21:56:22 Re: Raw vs Filesystem