Re: ResultSetMetaData.getTableName() == null

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: ResultSetMetaData.getTableName() == null
Date: 2006-09-25 18:59:32
Message-ID: 45182714.8030800@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi, Alex,

Alex Stienstra wrote:

> I'am surprised that PostgreSQL doesn't pass the table informatie to the
> client. Susprised, since for example the library PHP (pg_field_table) is
> using, does pass on this information. I'am quite sure that this library
> function is based on the same API as the JDBC implementation is.

AFAICS, it does pass _table_ information, but not alias information. Are
you shure the PHP library does show you alias information? Is it using
V2 or V3 protocol under the hoods?

Thanks,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guy Rouillier 2006-09-25 19:00:54 Re: Bind message
Previous Message Alex Stienstra 2006-09-25 18:26:59 Re: ResultSetMetaData.getTableName() == null