Re: Support for DatabaseMetadata: getCatalogName, getTableName,

Поиск
Список
Период
Сортировка
От Ken Johanson
Тема Re: Support for DatabaseMetadata: getCatalogName, getTableName,
Дата
Msg-id 45A27C36.7060805@kensystem.com
обсуждение исходный текст
Ответ на Re: Support for DatabaseMetadata: getCatalogName, getTableName,  (Kris Jurka <books@ejurka.com>)
Ответы Re: Support for DatabaseMetadata: getCatalogName, getTableName,  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc
Kris Jurka wrote:
>
> What we get now in the V3 protocol:
>
> 1) the column name which may be an alias but we don't know if it came
> from an alias or not, consider SELECT a AS a.  If we get "a" we don't
> know if it was aliased or not.
>
> 2) The underlying table's oid which can be used to lookup it's name and
> schema.
>
> 3) The underlying column's number in the table which can be used to
> lookup its name.
>
> No information on a table alias is available.
>
>> If so, does anyone know off hand if V3 is somehow extensible; i.e can
>> we add in metadata without breaking apps or major version?
>>
>
> No the RowDescription message is fixed:
>
> http://www.postgresql.org/docs/current/static/protocol-message-formats.html
>


Kris, do you know roughly when a v4 protocol could be on the radar?.. is
it months out (or years?), or has it even been discussed yet? I'm trying
to decide if I should vote-in on having this info added into that
version, if there is a discussion/planning thread somewhere...

Thx, ken



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "claudio ferraz"
Дата:
Сообщение: How to recoup the messages on the execution of a query while the query is running ,using java(JDBC)?
Следующее
От: Ken Johanson
Дата:
Сообщение: Re: Synthesize support for Statement.getGeneratedKeys()?