mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Revert patch becaues of locking concerns:
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME Joachim Wieland
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.7 2006/02/11 22:17:18 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.8 2006/02/12 19:11:00 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -107,15 +107,6 @@ ALTER INDEX <replaceable class="PARAMETER">name</replaceable> SET TABLESPACE <re
|
||||
of <command>ALTER TABLE</> that apply to indexes.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Indexes are also used internally by constraints, namely by UNIQUE and
|
||||
PRIMARY KEY constraints. If you rename an index that is used internally by
|
||||
a constraint of that type, this constraint will implicitly be renamed as
|
||||
well. On the other hand, if you rename such a constraint, it will
|
||||
implicitly rename its corresponding index such that both objects always
|
||||
have the same name.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
There was formerly an <command>ALTER INDEX OWNER</> variant, but
|
||||
this is now ignored (with a warning). An index cannot have an owner
|
||||
|
Reference in New Issue
Block a user