decode() - Mailing list pgsql-hackers

From Archana Bharatee
Subject decode()
Date
Msg-id NEBBJFFGCKCJGMOBKAODKEPKCIAA.archana@ecomscience.com
Whole thread Raw
Responses Re: decode()  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Karl DeBisschop
Date:
Subject: Re: elog() proposal
Next
From: "Adam"
Date:
Subject: setting up a trace through extended stored procedures