Re: Oracle Style packages on postgres

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Hallgren <thhal@mailblocks.com>
Cc: josh@agliodbs.com, rmm@sqlisor.com, pgsql-hackers@postgresql.org
Date: 2005-05-09T21:44:08Z
Lists: pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> In Oracle you can use the syntax:
> <schema>.<package>.<function>()
> but you can just as well use the syntax:
> <schema>.<type>.<static method>()

Hmm.  I think there is also something pretty close to that in SQL2003.
It would be a lot easier to talk us into accepting something that's in
the spec than something that isn't.

			regards, tom lane