Re: ODBC driver flakieness - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: ODBC driver flakieness
Date
Msg-id 3BAFE0EC.F297326E@tpf.co.jp
Whole thread Raw
In response to ODBC driver flakieness  ("Gowey, Geoffrey" <ggowey@rxhope.com>)
List pgsql-hackers
Hi Gowey,
Please post to pgsql-odbc list if the problem is ODBC
specific.

"Gowey, Geoffrey" wrote:
>
> Two problems (I've been holding back reporting until I ran into this
> second):
>
> Background: I'm trying to migrate an existing db from MS Sql 2K to pgsql by
> creating a DTS job.
>
> DB system info: NT 4 sp6a, MS SQL2K Regular, Pgsql ODBC driver 7.01.00.06.
>
> First problem: The ODBC driver reports a column of type money in pgsql (and
> in ms sql) as float4 and barfs when I try executing the job because the data

An example please.

>
> Second problem: I create a table with a serial column. This table is not in
> the existing db and no values are being set.  The job bombs when executed
> with a "you don't have permissions to set sequence ..._seq" (why this is
> being modified at all I do not know).

Is this an ODBC problem ?
If the e.g. inserting user is different from the one who created
the table, UPDATE permission on the sequence should be granted
as well.

regards,
Hiroshi Inoue

pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Changing data types
Next
From: Alex Pilosov
Date:
Subject: Re: Changing data types