Request for qualified column names

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Request for qualified column names
Дата
Msg-id 1043629288.21696.185.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: Can we revisit the thought of PostgreSQL 7.2.4?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Request for qualified column names  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
-- 
Dave Cramer <dave@fastcrypt.com>
Cramer Consulting

This is useful for some O/R tools. The JDBC spec has a getTableName method for each column in a result set.

One issue which will come up is what to do with aggregate, and computed values. For now, we could return null

So for a "select a, b, a+b as sum from c" returns c.a, c.b, ?table?.sum

Dave



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Windows Build System
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Sorting Chinese data in Postgresql 7.3.1