Re: [HACKERS] Associative Operators? (Was: Re: [NOVICE] Out of frying pan, into fire)

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Associative Operators? (Was: Re: [NOVICE] Out of frying pan, into fire)
Дата
Msg-id 36FBA80F.EDF7155B@alumni.caltech.edu
обсуждение исходный текст
Ответ на RE: [HACKERS] Associative Operators? (Was: Re: [NOVICE] Out of f rying pan, into fire)  (Michael Davis <michael.davis@prevuenet.com>)
Список pgsql-hackers
> I have not been able to track down any information on coalesce nor get
> PostgreSQL execute it.  Where is this documented?

Hmm. I seem to not have put it into the docs yet. Look at any SQL book
written in the last few years for details on its usage, or ask here.

btw, COALESCE() is a special case of CASE, which is also implemented,
but which currently has problems with handling results from multiple
tables.
                    - Tom


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: New regress test (was Re: Timespan_div misbehaving?)
Следующее
От: Tom Lane
Дата:
Сообщение: pg_parg system table is suffering from software rot