mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Add note that REINDEX takes a weaker lock than it used to.
This commit is contained in:
parent
7e89f63c46
commit
8f4edadb09
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.302 2004/10/22 00:25:18 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.303 2004/10/24 22:43:56 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@ -1170,6 +1170,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.302 2004/10/22 00:25:18 tgl Exp
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<command>REINDEX</command> does not exclusively lock the index's
|
||||||
|
parent table anymore
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The index itself is still exclusively locked, but readers of the
|
||||||
|
table can continue if they are not using the particular index
|
||||||
|
being rebuilt.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Erase MD5 user passwords when a user is renamed (Bruce)
|
Erase MD5 user passwords when a user is renamed (Bruce)
|
||||||
|
Loading…
Reference in New Issue
Block a user