Re: renaming indices?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: renaming indices?
Date: 2001-01-17 00:06:20
Message-ID: 15046.979689980@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ALTER TABLE RENAME works on indexes in 7.1; I forget about 7.0.

I think you're right that SQL expects indexes to have a separate
namespace from tables, but until we have schema/namespace support
it's pointless to worry about that.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-17 00:09:42 Re: CASE inet << inet ...
Previous Message Alex Pilosov 2001-01-16 23:51:39 renaming indices?