Re: [HACKERS] Packages: Again - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: [HACKERS] Packages: Again
Date
Msg-id 9aa56753-ea61-90d7-8df1-1a1d1b5e781d@commandprompt.com
Whole thread Raw
In response to Re: [HACKERS] Packages: Again  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [HACKERS] Packages: Again  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 01/11/2017 11:32 AM, Pavel Stehule wrote:
>
>
> We have a schemas instead - the PostgreSQL schema is close to Oracle
> packages.

No. It isn't.

A Package is essentially a class with dependencies. It has nothing to do 
with schemas outside of being named qualified. For example:

https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/packages.htm#i4362

JD

-- 
Command Prompt, Inc.                  http://the.postgres.company/                        +1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Everyone appreciates your honesty, until you are honest with them.
Unless otherwise stated, opinions are my own.



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] pg_restore accepts -j -1
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] merging some features from plpgsql2 project