decode()

Поиск
Список
Период
Сортировка
От Archana Bharatee
Тема decode()
Дата
Msg-id NEBBJFFGCKCJGMOBKAODKEPKCIAA.archana@ecomscience.com
обсуждение исходный текст
Ответы Re: decode()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
We have developed a 'C' function to provide Oracle decode() functionality.
we have developed a C function DECODE which accepts an SQL Query and
replaces occurence of decode with case-when-then-else-end and returns the
query. There is no limitation of fixed number of parameters.  This needs to
be added to PostgreSQL library. How do we do this?


regards,
Archana



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

Предыдущее
От: Karl DeBisschop
Дата:
Сообщение: Re: elog() proposal
Следующее
От: "Adam"
Дата:
Сообщение: setting up a trace through extended stored procedures