Re: pgsql: doc: clarify hierarchy of objects: global, db, schema,etc.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: doc: clarify hierarchy of objects: global, db, schema,etc.
Дата
Msg-id 0101b0e1-bdd3-9fc9-1b03-fbb39710797d@2ndquadrant.com
обсуждение исходный текст
Ответ на pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: doc: clarify hierarchy of objects: global, db, schema,etc.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
On 2020-04-01 00:10, Bruce Momjian wrote:
> doc:  clarify hierarchy of objects:  global, db, schema, etc.
> 
> The previous wording was confusing because it wasn't in decreasing order
> and had to backtrack.  Also clarify role/user wording.
> 
> Reported-by: jbird@nuna.com
> 
> Discussion: https://postgr.es/m/158057750885.1123.2806779262588618988@wrigleys.postgresql.org
> 
> Backpatch-through: 9.5

I would like to register a vote against large-scale backpatching of 
documentation patches like this.  It appears that your default mode is 
to backpatch all documentation changes where possible.  I think 
documentation backpatching should be restricted to where the old text 
was actually wrong.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: doc: remove mention of bitwise operators as solelytype-limited
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT'sFROM