Re: Oracle decode Function in Postgres - Mailing list pgsql-general

From Terry Yapt
Subject Re: Oracle decode Function in Postgres
Date
Msg-id 0fbclvc6dk70fal2j42ukuls344m9dg9j1@4ax.com
Whole thread Raw
In response to Re: Oracle decode Function in Postgres  ("Amin Schoeib" <aschoeib@4tek.de>)
List pgsql-general
>I read about that but, is there maybe somebody who wrote
>A decode function so that you can export Oracle code with decode
>Easily to Postgres.
>I ask for that cause I am a beginner in PGPLSQL.

Perhaps you want to accommodate your Oracle code to the new Oracle 9i
features.  And that features supports CASE statement too:

http://www.oracle-base.com/Articles/9i/Case9i.asp


pgsql-general by date:

Previous
From: Josué Maldonado
Date:
Subject: Re: Access to an element of array NEW in TCL
Next
From: Greg Stark
Date:
Subject: is it possible to do this? have a subselect that returns two columns