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.