Re: [GENERAL] help needed for functions

2005-09-16 Thread A. Kretschmer
am 16.09.2005, um 6:51:16 -0700 mailte Nitin Ahire folgendes: > I am facing problems for stored procedures. Is their any way so that I > can transfer my existing stored procedure from mssql to postgre ? I guess: no. > > I already read about functions & tried to implement it but I could not >

Re: [GENERAL] help needed for functions

2005-09-16 Thread Dinesh Pandey
ntid     LOOP     return next r;     END LOOP;     RETURN; END ' LANGUAGE 'plpgsql';   -     Thanks Dinesh Pandey From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nitin Ahire Sent: Friday, September 16, 2005 7:21 PM To: pgsql-

[GENERAL] help needed for functions

2005-09-16 Thread Nitin Ahire
Hello All,   I am new to postgresql database. I am transferring current database from mssql database to postgresql 7.4   I am facing problems for stored procedures. Is their any way so that I can transfer my existing stored procedure from mssql to postgre ?   I already read about functions & trie