Re: [SQL] help needs in converting db2 function in postgresql.

2011-01-12 Thread Amar Dhole
converting db2 function in postgresql. 2011/1/11 Amar Dhole Hi, I need helping converting following db2 function in postgresql function. Any pointer will be great help in proceeding me ahead. CREATE FUNCTION in_liststring ( string CLOB(64K

Re: [SQL] help needs in converting db2 function in postgresql.

2011-01-11 Thread Filip RembiaƂkowski
2011/1/11 Amar Dhole > Hi, > I need helping converting following db2 function in postgresql function. > Any pointer will be great help in proceeding me ahead. > > CREATE FUNCTION in_liststring ( string CLOB(64K) ) > RETURNS TABLE ( ordinal INTEGER, index INTEGER ) > LANGUAGE SQL > DETERMINI

[SQL] help needs in converting db2 function in postgresql.

2011-01-11 Thread Amar Dhole
Hi, I need helping converting following db2 function in postgresql function. Any pointer will be great help in proceeding me ahead. CREATE FUNCTION in_liststring ( string CLOB(64K) ) RETURNS TABLE ( ordinal INTEGER, index INTEGER ) LANGUAGE SQL DETERMINISTIC NO EXTERNAL ACTION