ONLY vs "*"

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема ONLY vs "*"
Дата
Msg-id 389126B7.5DEE249D@bitmead.com
обсуждение исходный текст
Ответ на Re: [HACKERS] TODO list check  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] ONLY vs "*"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Has anybody had any opinions on getting rid of the "*" syntax like
Informix/Illustra has done?

In other words in postgres, this...
SELECT * FROM person*
would be in Informix
SELECT * FROM person


and

in postgres...
SELECT * FROM person
would be in Informix...
SELECT * FROM ONLY person

I think it makes a lot more sense.

Any intellectual support for that in some future release?


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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: [HACKERS] Re: ORDBMS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OIDS (Re: [HACKERS] Well, then you keep your darn columns)