Обсуждение: pgsql/doc/src/sgml xindex.sgml

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

pgsql/doc/src/sgml xindex.sgml

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/29 13:36:40

Modified files:
    doc/src/sgml   : xindex.sgml

Log message:
    Add a note about the interpretation of amcanmulticol and amindexnulls:
    a multicolumn-capable index AM *must* support nulls in index columns
    after the first one.