Re: Wrong advisory locks docs in pg_locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Wrong advisory locks docs in pg_locks
Дата
Msg-id 13976.1322327847@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Wrong advisory locks docs in pg_locks  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список pgsql-docs
Daniele Varrazzo <daniele.varrazzo@gmail.com> writes:
> documentation about advisory locks in the pg_locks view
> <http://developer.postgresql.org/pgdocs/postgres/view-pg-locks.html>
> is incorrect/incomplete: the space specifier field is objsubid, not
> objid, and there is no information about how the key is stored.

Actually, there is a paragraph further down that correctly explains what
advisory locks look like.  I think the best fix is to remove the
incorrect annotation on objid and leave it at that; shoehorning
additional sentences into table columns that are meant to contain
short phrases is not an improvement.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Documentation example for RECURISVE WITH isn't what I would expect
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: File_FDW with example