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 possible package contents referencing:
SELECT xyz.funcname();
^^^
Is it some function in schema 'xyz' or some function in package 'xyz'
in the current schema? Or is needful check both alternatives?
Do you have any experience with it?
Karel
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/