qualified column names

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема qualified column names
Дата
Msg-id 1050413925.1743.408.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: [GENERAL] Problem about pgsql's column alias  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
jdbc and I suspect odbc have a requirement to return the table, and
schema of a column in a result set.

for jdbc at least a possible solution is to return

schema.table.column for each column returned. This could be turned
off/on using  GUC variable.

functions, and computed fields can just return the column name as they
don't belong to a schema or table.

Does anyone have any other requirments?
-- 
Dave Cramer <dave@fastcrypt.com>
Cramer Consulting



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] Problem about pgsql's column alias
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Are we losing momentum?