Terry Hampton <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to