FW: [HACKERS] decode() function for PostgreSQL

From: "Archana Bharatee" <archana(at)ecomscience(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>, <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: FW: [HACKERS] decode() function for PostgreSQL
Date: 2002-02-27 12:10:42
Message-ID: NEBBJFFGCKCJGMOBKAODKEALCJAA.archana@ecomscience.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Dear Bruce,

I am not familiar with the process of applying patches. I am attaching the
source-code for the decode function we have developed for PostgreSQL. Can
you please do the needful, or redirect me to the appropriate person.

Thanks a lot,

warm regards,
Archana Bharatee

-----Original Message-----
From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
Sent: Monday, February 25, 2002 10:33 PM
To: Archana Bharatee
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] decode()

Archana Bharatee wrote:
> 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?

Send the patch to the patches list. A context diff against against 7.2
or CVS is just fine.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
decode.c application/octet-stream 5.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alexey Borzov 2002-02-27 12:32:50 a patch for contrib/rserv
Previous Message mkscott 2002-02-27 09:31:48 Re: Globals Storage and Thread-safety