John Sidney-Woollett wrote:
> Bit more info (from my own findings migrating from Oracle -> Postgres)
>
> Sequences - YES
> Packages - NO (concept doesn't exist in PG)
You can create a schema to put all your functions/procedures in it and provide
access control to it.
I think it is good enough emulation of packages barring compiling them to detect
errors in pl/sql code.
This has been mentioned before and few people reported it to be good enough
workaround..
HTH
Shridhar