Re: [HACKERS] PL/SQL packages

2003-11-28 Thread Karel Zak
On Fri, Nov 28, 2003 at 02:35:11PM +0100, Peter Eisentraut wrote: > Karel Zak writes: > > > in our TODO is the item: "Add PL/PgSQL packages". > > I think the interesting part are the package-global variables. The > name hierarchy seems completely redundant with schemas. Agree, but there is m

Re: [HACKERS] PL/SQL packages

2003-11-28 Thread Peter Eisentraut
Karel Zak writes: > in our TODO is the item: "Add PL/PgSQL packages". I think the interesting part are the package-global variables. The name hierarchy seems completely redundant with schemas. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)

[HACKERS] PL/SQL packages

2003-11-28 Thread Karel Zak
Hi, in our TODO is the item: "Add PL/PgSQL packages". I thought about it and for example Oracle's CREATE PACKAGE / PACKAGE BODY seems really interesting and modular. IMHO it's interesting item in PostgreSQL TODO, but I think there a is small collision between the schemas and possibl