Mention partial index issue fixed in docs

This commit is contained in:
Daniele Varrazzo 2012-11-15 00:19:29 +00:00
parent 44bf1543be
commit ec28c2772f

View File

@ -350,6 +350,7 @@ Releases
* Bugfix: Properly escape column names (pg_reorg issue #6).
* Bugfix: Avoid recreating invalid indexes, or choosing them as key
(pg_reorg issue #9).
* Bugfix: Never choose a partial index as primary key (pg_reorg issue #22).
* pg_reorg 1.1.7 (2011-08-07)