Обсуждение: pgsql: Note explicitly that hash indexes are also not replicated becaus

Поиск
Список
Период
Сортировка

pgsql: Note explicitly that hash indexes are also not replicated becaus

От
Heikki Linnakangas
Дата:
Note explicitly that hash indexes are also not replicated because they're not
WAL-logged. Make the notice about the lack of WAL-logging more visible by
making it a <caution>. Also remove the false statement from hot standby
caveats section that hash indexes are not used during hot standby.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5c38782cc8b3219d43ac2ccaf4254fd590bde758

Modified Files
--------------
doc/src/sgml/high-availability.sgml |    3 +--
doc/src/sgml/indices.sgml           |    9 +++++----
2 files changed, 6 insertions(+), 6 deletions(-)