Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Date: 2014-01-28 21:13:18
Message-ID: 52E81D6E.6030800@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/28/2014 12:11 PM, Merlin Göttlinger wrote:
> I don't know if this is just a beginner problem but at least in my
> opinion it is rather complicated to use the postgres specific types
> and features from JDBC and its wrappers.

these issues are entirely created by the wrappers you're using. like
most such, they are undoubtedly designed for a lowest common
denominator, and won't have support for database implementation specific
data types, just common stuff like strings, numbers.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-01-28 21:20:25 Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Previous Message Kevin Grittner 2014-01-28 20:35:34 Re: Composite type