J Matt Clark <jmattclark(at)attbi(dot)com> writes:
> Under src/interfaces/odbc, connection.c generates the SQL statement
> select oid from pg_type where typname = '" PG_TYPE_LO_NAME"';
> and PG_TYPE_LO_NAME is 'lo'
> lo does not seem to exist in pg_type.
That's a hook for supporting the contrib/lo/ package.
regards, tom lane