Re: Hstore OID bigger than an integer

2019-08-23 Thread Merlin Moncure
On Fri, Aug 23, 2019 at 9:26 AM Roberto Mireles wrote: > > Hello team, > > This is the first time I post here, if you can provide some help, would be > much appreciated. > > I have an application that can not access the database due to OID value for > hstore extension is bigger than an integer v

Re: Hstore OID bigger than an integer

2019-08-23 Thread Tomas Vondra
On Fri, Aug 23, 2019 at 08:58:50AM -0500, Roberto Mireles wrote: Hello team, This is the first time I post here, if you can provide some help, would be much appreciated. I have an application that can not access the database due to OID value for hstore extension is bigger than an integer value.

Re: Hstore OID bigger than an integer

2019-08-23 Thread Alvaro Herrera
On 2019-Aug-23, Roberto Mireles wrote: > I have an application that can not access the database due to OID value for > hstore extension is bigger than an integer value. Application uses a NpgSql > driver that only supports integer types for OIDs. That's a bug in Npgsql. OIDs are unsigned. > I h

Hstore OID bigger than an integer

2019-08-23 Thread Roberto Mireles
Hello team, This is the first time I post here, if you can provide some help, would be much appreciated. I have an application that can not access the database due to OID value for hstore extension is bigger than an integer value. Application uses a NpgSql driver that only supports integer types