Re: [HACKERS] Uniqueness of rule, constraint, and trigger names

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: <dan(at)langille(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>, <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Uniqueness of rule, constraint, and trigger names
Date: 2002-03-04 21:40:16
Message-ID: 00f801c1c3c5$b00d7490$b002000a@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

If pgupgrade can be fixed to work, perhaps it could set off warnings
on items that need to be corrected in a 'schema upgradability test'
which will ensure that the user can upgrade it properly -- it
shouldn't upgrade if it can't guarentee an upgrade will succeed.

This should include full schema test (that whole bad schema entry
stuff that pg_dump is supposed to work around) too.

Something I'm thinking about digging into.

--
Rod Taylor

This message represents the official view of the voices in my head

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: <dan(at)langille(dot)org>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>; <pgsql-sql(at)postgreSQL(dot)org>
Sent: Monday, March 04, 2002 3:38 PM
Subject: Re: [HACKERS] [SQL] Uniqueness of rule, constraint, and
trigger names

> "Dan Langille" <dan(at)langille(dot)org> writes:
> > On 4 Mar 2002 at 14:24, Tom Lane wrote:
> >> ... but I'm a little worried about the possibility of errors
> >> in loading schemas from existing databases, where there might be
> >> non-unique constraint names.
>
> > Create a tool to generate unique constraint names during a dump.
>
> And then all we need is a time machine, so we can make existing
> instances of pg_dump contain the tool? It's not that easy ...
>
> I am not sure that there's really a problem here, because I don't
> think duplicate constraint names will be generated during plain
> CREATE operations. However, an ALTER TABLE might leave you with
> a problem. Hard to tell if this is critical enough to worry about.
>
> regards, tom lane
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-03-04 21:50:07 Re: Database Caching
Previous Message Olivier PRENANT 2002-03-04 21:22:18 Re: Bug or Feature?

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2002-03-04 22:13:18 Re: Uniqueness of rule, constraint, and trigger names
Previous Message Dan Langille 2002-03-04 20:50:39 Re: Uniqueness of rule, constraint, and trigger names