[soci-devel] PostgreSQL user defined types such as Postgis Geometry / Geography

2013-06-10 Thread pba
Hi all I use the Postgis quite a lot for a couple of projects. In the backend/psotgresql/statement.cpp describe_column function the typeoid is used for determining actual soci type. This works fine for the built-in PostgreSQL types since the OID's are hard coded. However for user defined t

Re: [soci-devel] PostgreSQL user defined types such as Postgis Geometry / Geography

2013-06-10 Thread Mateusz Loskot
On 10 June 2013 20:07, pba wrote: > > I use the Postgis quite a lot for a couple of projects. Welcome to the club :) > In the backend/psotgresql/statement.cpp describe_column function the typeoid > is used for determining actual soci type. This works fine for the built-in > PostgreSQL types sinc