Re: Oracle Style packages on postgres - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Oracle Style packages on postgres
Date
Msg-id 1905.1115675048@sss.pgh.pa.us
Whole thread Raw
In response to Re: Oracle Style packages on postgres  (Thomas Hallgren <thhal@mailblocks.com>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Case insensitive usernames
Next
From: Simon Riggs
Date:
Subject: Table Partitioning, Part 1