Re: [HACKERS] a problem when poring from Oracle's PL/SQL to PLPGSQL

2008-06-13 Thread Mario Weilguni
billy schrieb: > pgsql-hackers: > > The following is Oracle's PL/SQL > > if resTypeTableName is null > then > queryStr := 'select IntIID, Path FROM aaResourceData' || ' where > ResType=''' || srcType || ''' and ResID=''' || sr

[HACKERS] a problem when poring from Oracle's PL/SQL to PLPGSQL

2008-06-13 Thread billy
pgsql-hackers: The following is Oracle's PL/SQL if resTypeTableName is null then queryStr := 'select IntIID, Path FROM aaResourceData' || ' where ResType=''' || srcType || ''' and ResID=''' || srcID || ;