View Single Post

   
  #5 (permalink)  
Old 04-11-2008, 04:55 AM
Bruce Momjian
 
Posts: n/a
Default Re: Oracle Style packages on postgres

David Fetter wrote:
> On Tue, May 10, 2005 at 06:55:39PM -0400, Bruce Momjian wrote:
> >
> > OK, so it seems we need:
> >
> > o make private objects accessable only to objects
> > in the same schema
> > o Allow current_schema.objname to access current
> > schema objects
> > o session variables
> > o nested schemas?

>
> Well, some kind of nestable namespace for objects, anyhow.


How would nested namespaces be different from nested schemas? I thought
the two were the same.

--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Reply With Quote