Re: ODBC type "PG_TYPE_LO_NAME"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: J Matt Clark <jmattclark(at)attbi(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: ODBC type "PG_TYPE_LO_NAME"
Date: 2002-09-14 21:51:11
Message-ID: 18841.1032040271@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mark Seftel 2002-09-14 22:04:16 SIGHUP postmaster
Previous Message J Matt Clark 2002-09-14 21:13:59 ODBC type "PG_TYPE_LO_NAME"