Make default values bold in Synopsis / bnf diagram

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Make default values bold in Synopsis / bnf diagram
Дата
Msg-id 157532157256.21496.16702798757154104275@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Make default values bold in Synopsis / bnf diagram  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-set-transaction.html
Description:

As an example let's take take "BEGIN"
in the Synopsis : 
-------- Start Synopsis for BEGIN --------------------
BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]

where transaction_mode is one of:

    ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ
UNCOMMITTED }
    READ WRITE | READ ONLY
    [ NOT ] DEFERRABLE
-------- End Synopsis for BEGIN --------------------
In this example the words to words "READ COMMITTED", "READ WRITE" should be
bold since they are default values if I execute the statement "BEGIN;" see
the example.

By the way I started in "BEGIN" but here the defaults was not even present
sow I went to "START TRANSACTION but still no indication on default values
but finally in "SET TRANSACTION"
There are default value for "ISOLATION LEVEL" but nothing on default value
for "READ WRITE | READ ONLY" or  "[ NOT ] DEFERRABLE".

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Schema Usage Patterns vs. dbowner or CREATEROLE
Следующее
От: James Salsman
Дата:
Сообщение: Re: monitoring-stats.html is too impenetrable