pgsql: Fix thinko in description of table_name parameter

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix thinko in description of table_name parameter
Дата
Msg-id E1bAPKw-0003wV-Lk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko in description of table_name parameter

Commit 6820094d1 mixed up types of parent object (table) with type of
sub-object being commented on.  Noticed while fixing docs for
COMMENT ON ACCESS METHOD.

Backpatch to 9.5, like that commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a6dacf6bbb45bbb73a0729022daa47197312c321

Modified Files
--------------
doc/src/sgml/ref/comment.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinko in description of table_name parameter
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: nls-global.mk: search build dir for source files, too