PL/SQL packages - Mailing list pgsql-hackers

From Karel Zak
Subject PL/SQL packages
Date
Msg-id 20031128130834.GB27660@zf.jcu.cz
Whole thread Raw
Responses Re: PL/SQL packages  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
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/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: -fpic vs. -fPIC
Next
From: Peter Eisentraut
Date:
Subject: Re: PL/SQL packages