Re: difference between functions and stored procedure

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: difference between functions and stored procedure
Дата
Msg-id 9A20BED9-7C15-4E80-9C26-D7F0AD4A4249@enterprisedb.com
обсуждение исходный текст
Ответ на difference between functions and stored procedure  (siva kiran balijepalli <b.sivakiran@gmail.com>)
Список pgsql-novice
On Mar 10, 2011, at 2:45 PM, siva kiran balijepalli wrote:

> Can any one of u please tell me the diunction and a stored procedure??
> In postgresql there is no command like "create or replace procedure"??
> we haev to use "create function " for creating the procedures.. so how doest the server differentaites between those
two???
>


Functions and Procedure are same in PostgreSQL. PG doesn't support CREATE PROCEDURE syntax.

Whatever you want to acheive you can acheive using Function. Do you have any specific requirement?

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


В списке pgsql-novice по дате отправления:

Предыдущее
От: Vibhor Kumar
Дата:
Сообщение: Re: regarding oid(object id)
Следующее
От: Majid Azimi
Дата:
Сообщение: Job Scheduling