Re: Duplicate text in ANALYZE related to inheritance/parents

2022-09-02 Thread Bruce Momjian
On Wed, Aug 31, 2022 at 11:43:30PM -0400, Bruce Momjian wrote: > I noticed that our ANALYZE documentation has confusing duplicate text > related to the analyzing of inheritance trees. This patch fixes it. Patch applied back to PG 10. -- Bruce Momjian https://momjian.us EDB

Re: [PATCH] doc/queries.sgml: add missing comma

2022-09-02 Thread Bruce Momjian
On Tue, Aug 30, 2022 at 02:18:42PM -0400, Bruce Momjian wrote: > On Wed, Aug 24, 2022 at 07:58:04PM +0200, Peter Eisentraut wrote: > > On 18.08.22 20:10, Bruce Momjian wrote: > > > > Thus: > > > > Strictly speaking, this process is iteration, but > > > > RECURSIVE > > > > is the terminology chosen

Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings

2022-09-02 Thread guy...@relevantlogic.com
Thanks for the quick response. It’s a clearly useful, simplifying feature. Unless it is likely to be removed at some point, I propose it should be documented and declared supported wherever relevant. In any event, I am happy to prepare some documentation changes that mention these caveats, but

Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings

2022-09-02 Thread Tom Lane
PG Doc comments form writes: > A reader of this section > https://www.postgresql.org/docs/current/sql-set.html of the documentation > might be forgiven for thinking that Postgres does not support custom > variables. They are, in fact, *not* a supported feature. The only intended use of non-core

Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings

2022-09-02 Thread David G. Johnston
On Friday, September 2, 2022, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/sql-set.html > Description: > > A reader of this section > https://www.postgresql.org/docs/current/sql-set.html of the docum

No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings

2022-09-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/sql-set.html Description: A reader of this section https://www.postgresql.org/docs/current/sql-set.html of the documentation might be forgiven for thinking that Postgres does not support c

Re: PL/pgSQL casing

2022-09-02 Thread Pavel Stehule
pá 2. 9. 2022 v 11:38 odesílatel Daniel Gustafsson napsal: > There are a few instances of PL/PgSQL in the docs, the attached changes the > casing on those to PL/pgSQL which we use consistently otherwise. > +1 Pavel > -- > Daniel Gustafsson https://vmware.com/ > >

PL/pgSQL casing

2022-09-02 Thread Daniel Gustafsson
There are a few instances of PL/PgSQL in the docs, the attached changes the casing on those to PL/pgSQL which we use consistently otherwise. -- Daniel Gustafsson https://vmware.com/ plpgsql_casing.diff Description: Binary data