pgsql: Fix documentation template for CREATE TRIGGER.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Fix documentation template for CREATE TRIGGER.
Дата
Msg-id E1WyMAC-0005Fp-FO@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix documentation template for CREATE TRIGGER.  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-committers
Fix documentation template for CREATE TRIGGER.

By using curly braces, the template had specified that one of
"NOT DEFERRABLE", "INITIALLY IMMEDIATE", or "INITIALLY DEFERRED"
was required on any CREATE TRIGGER statement, which is not
accurate.  Change to square brackets makes that optional.

Backpatch to 9.1, where the error was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/734bea8a69db9ffd675a697f614e80baeb2ca854

Modified Files
--------------
doc/src/sgml/ref/create_trigger.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix documentation template for CREATE TRIGGER.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: 9.4 release notes: adjust some entry wording