From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: HISTORY updated, 7.3 branded |
Date: | 2002-09-04 16:59:44 |
Message-ID: | 200209041659.g84Gxi006339@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Alvaro Herrera wrote:
> Shridhar Daithankar dijo:
>
> > On 4 Sep 2002 at 3:24, Bruce Momjian wrote:
> >
> > > OK, the HISTORY file is updated, and 7.3 is branded and ready for beta1.
> >
> > Some minor stuff,
>
> In the schema changes description:
>
> "Schemas allow users to create objects in their own namespace
> so two people can have the same table with the same name."
>
> Shouldn't it read "so two people can have tables with the same name" ?
> My point is that the tables are not the same, they just have the same
> name.
Good point. Updated:
Schemas allow users to create objects in their own namespace
so two people can have tables with the same name. There is
also a public schema for shared tables. Table/index creation
can be restricted by removing permissions on the public schema.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Iavor Raytchev | 2002-09-04 17:00:29 | the current 'schema' tab - renaming ideas |
Previous Message | Bruce Momjian | 2002-09-04 16:58:25 | Re: HISTORY updated, 7.3 branded |