help needed for functions

From: Nitin Ahire <nitin_eluminous(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: help needed for functions
Date: 2005-09-16 13:51:16
Message-ID: 20050916135116.72836.qmail@web34304.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 & tried to implement it but I could not found any way to get multiple columns from a function.
Also I would like to get help about selecting values from two tables using function.


Thanks
Nitin

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dinesh Pandey 2005-09-16 13:54:11 Re: help needed for functions
Previous Message hubert depesz lubaczewski 2005-09-16 13:47:34 Re: Help trying to write my first plpgsql function...