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
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