
September 12th, 2012, 10:36 AM
|
|
Contributing User
|
|
Join Date: Oct 2003
Location: Germany
|
|
|
No it's not possible unless you buy the commercial "PostgresPlus Advanced Server" from EnterpriseDB.
You can "simulate" something similar from a naming perspective by creating one schema per package. Of course that's only syntactical sugar then. You won't have package local functions or package variables.
__________________
I will not read nor answer questions where the SQL code is messy and not formatted properly using [code] tags.
http://forums.devshed.com/misc.php?do=bbcode#code
Tips on how to ask better questions:
http://tkyte.blogspot.de/2005/06/how-to-ask-questions.html
http://wiki.postgresql.org/wiki/SlowQueryQuestions
http://catb.org/esr/faqs/smart-questions.html
|