| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, schmidtm <schmidtm(at)mock-software(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: somebody working on: Prevent default re-use of sysids |
| Date: | 2004-12-04 02:39:34 |
| Message-ID: | Pine.BSO.4.56.0412032137320.29617@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, 3 Dec 2004, Bruce Momjian wrote:
> > What about Alvaro's shared dependencies work:
> >
> > http://archives.postgresql.org/pgsql-hackers/2004-10/msg00963.php
>
> That is for allowing comments on global tables like pg_shadow and
> pg_database. I don't think it relates to finding if someone owns
> objects in another database.
>
I quote from the first paragraph of the given link:
I'm currently playing with implementing a "shared dependency" catalog,
to keep track of objects pointing to global objects, currently users and
tablespaces. So it is forbidden to drop a user that owns tables (or
whatever objects) on other databases.
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | lsunley | 2004-12-04 03:21:58 | Re: So is there a 8.0RC1 tomorrow |
| Previous Message | Andrew Dunstan | 2004-12-04 02:34:20 | Re: --prefix="/Program\ Files" and build failures |