Re: Metadata for tables, schema, and numeric

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Metadata for tables, schema, and numeric
Дата
Msg-id Pine.LNX.4.30.0107042358340.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Metadata for tables, schema, and numeric  (Mike Finn <mike.finn@tacticalExecutive.com>)
Ответы Re: Metadata for tables, schema, and numeric
Re: Metadata for tables, schema, and numeric
Список pgsql-jdbc
Mike Finn writes:

> there is still no return value from
>
>      getCatalogName(int)
>      getSchemaName(int)
>      getTableName(int)
>
> Is this something that can be done or is the data just not available from
> postgresql?  (ie can I expect to see it in a future release?)

These functions are fundamentally flawed, because it's impossible to
determine the table name that a result column came from, except in the
most simple cases in which case you don't need these functions.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Mike Finn
Дата:
Сообщение: Re: Metadata for tables, schema, and numeric
Следующее
От: Ola Sundell
Дата:
Сообщение: Re: Metadata for tables, schema, and numeric