Re: Renaming a schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org>
Cc: pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Renaming a schema
Date: 2004-06-25 02:33:06
Message-ID: 377.1088130786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org> writes:
> Upon further inspection, the problem isn't the RI triggers; it's the
> default sequence not changing.

Ah. Yes, that's a known issue. We need to fix things so that the
sequence is (internally) referenced by OID rather than by name.
There's been some talk about how to do this but it's a bit harder
than it might sound ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-06-25 02:43:43 Re: Multi-Language upper(),lower()
Previous Message Joel 2004-06-25 02:31:14 Re: unicode and sorting(at least)