diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-24 22:43:56 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-24 22:43:56 +0000 |
commit | 8f4edadb09355c805f4bad6179170db1e15b2235 (patch) | |
tree | 97e3871cb1697159896584598eb16d1ce72b7d03 | |
parent | 7e89f63c465a66e1c7500d588aba9f1680d80029 (diff) | |
download | postgresql-8f4edadb09355c805f4bad6179170db1e15b2235.tar.gz postgresql-8f4edadb09355c805f4bad6179170db1e15b2235.zip |
Add note that REINDEX takes a weaker lock than it used to.
-rw-r--r-- | doc/src/sgml/release.sgml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0ca053c27d5..466754b11ff 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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"> @@ -1172,6 +1172,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.302 2004/10/22 00:25:18 tgl Exp <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> + <para> Erase MD5 user passwords when a user is renamed (Bruce) </para> <para> |