Hi,
in our TODO is the item: "Add PL/PgSQL packages".
I thought about it and for example Oracle's CREATE PACKAGE / PACKAGEBODY seems really interesting and modular. IMHO
it's interesting itemin PostgreSQL TODO, but I think there a is small collision between theschemas and possible
packagecontents 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@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/