Обсуждение: Stored Procedures

Поиск
Список
Период
Сортировка

Stored Procedures

От
Benjamin Stewart
Дата:
Are there any plans in the future to include stored procedures in PG ?

Ben


Re: Stored Procedures

От
Bruno Wolff III
Дата:
On Tue, Nov 19, 2002 at 17:12:10 +1100,
  Benjamin Stewart <bstewart@waterwerks.com.au> wrote:
> Are there any plans in the future to include stored procedures in PG ?

In 7.3 functions can return result sets. Is that what you are looking for?

Re: Stored Procedures

От
"Karthick V"
Дата:
I've heard that 7.3 is to include functions that return resultsets but there
is nothing posted on the website regarding this

The "To do " list doesn't indicate anything in the near
future.http://developer.postgresql.org/todo.php
karthick v


----- Original Message -----
From: "Bruno Wolff III" <bruno@wolff.to>
To: "Benjamin Stewart" <bstewart@waterwerks.com.au>
Cc: <pgsql-general@postgresql.org>
Sent: Tuesday, November 19, 2002 7:48 PM
Subject: Re: [GENERAL] Stored Procedures


> On Tue, Nov 19, 2002 at 17:12:10 +1100,
>   Benjamin Stewart <bstewart@waterwerks.com.au> wrote:
> > Are there any plans in the future to include stored procedures in PG ?
>
> In 7.3 functions can return result sets. Is that what you are looking for?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002


Re: Stored Procedures

От
Bruno Wolff III
Дата:
On Tue, Nov 19, 2002 at 20:07:04 +0530,
  Karthick V <karthickv@hclp.com> wrote:
> I've heard that 7.3 is to include functions that return resultsets but there
> is nothing posted on the website regarding this

You can read the development docs to see what is available.
http://developer.postgresql.org/docs/postgres/xfunc.html
is a good place to start reading.