From: | Dimitri Fontaine <dfontaine(at)hi-media(dot)com> |
---|---|
To: | venkatrao(dot)b(at)tcs(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: One solution for Packages in Postgre |
Date: | 2010-02-18 09:25:46 |
Message-ID: | 87pr42rj39.fsf@hi-media-techno.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
venkatrao(dot)b(at)tcs(dot)com writes:
> I am new to Postgre. We are migrating an oracle db to postgre. In
> oracle we have used so many packages. As per my understanding, there
> is no oracle package like functionality in postgre. I was just trying
> to find some way to migrate ocale packages to postgre.
This has been discussed already in the past, see the archives. In short,
Oracle Packages are not something the PostgreSQL community intend to
offer directly, even if we have some plans to provide better tools for
managing what we have and call "extensions".
The following shows the current state of the design, the code is yet to
be written, and that could happen this very year (it obviously missed
9.0).
http://wiki.postgresql.org/wiki/ExtensionPackaging
You will note that this document refers to C-coded extensions, but is
compatible with an extension not containing one of those. It could well
be that the feature you're missing is offered by this design.
Regards,
--
dim
From | Date | Subject | |
---|---|---|---|
Next Message | venkatrao.b | 2010-02-18 09:30:23 | Re: One solution for Packages in Postgre |
Previous Message | Yeb Havinga | 2010-02-18 09:16:37 | Re: Trying to add a type modifier to user created type |