Re: c type of int8 / serial8? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: c type of int8 / serial8?
Date
Msg-id 48A11FF5.1000704@tpf.co.jp
Whole thread Raw
In response to Re: c type of int8 / serial8?  ("Joost Kraaijeveld" <J.Kraaijeveld@Askesis.nl>)
List pgsql-odbc
Joost Kraaijeveld wrote:
> On Tue, 2008-08-12 at 11:50 +0900, Hiroshi Inoue wrote:
>> Joost Kraaijeveld wrote:
>>> Hi,
>>>
>>> I wonder what the C type of int8 / serial8 is.
>>>
>>> If I use SQLGetTypeInfo() to get all the supported type is says that
>>> int8 is of SQL type SQL_BIGINT. It does not show any values for serial8
>>> but I suppose that that is a user defined type and the driver is not
>>> required to show those (is that correct?).
>> No.
>> serial8 is bigint not a user defined type.
>
> In that case : why doesn't SQLGetTypeInfo return serial8 (and serial) as
> a supported type?

I'm not sure if the driver should report serial(8) as a suppooted type.
They both are kind of macro and don't exist in pg_type.

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: "Joost Kraaijeveld"
Date:
Subject: Re: int2: sql type bug?
Next
From: Hiroshi Inoue
Date:
Subject: Re: time with time zone sql type?