Re: Probable documentation errors or improvements

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Yaroslav <ladayaroslav(at)yandex(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org, David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Dmitry Ivanov <d(dot)ivanov(at)postgrespro(dot)ru>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
Subject: Re: Probable documentation errors or improvements
Date: 2020-10-05 19:19:22
Message-ID: 20201005191922.GE17626@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 25, 2020 at 09:30:00AM -0500, Justin Pryzby wrote:
> Split one patch about text search, added another one (sequences), added some
> info to commit messages, and added here.
> https://commitfest.postgresql.org/30/2744/

Added an additional patch regarding spaces between function arguments.

--
Justin

Attachment Content-Type Size
v3-0001-extraneous-comma.patch text/x-diff 1.3 KB
v3-0002-semicolons-after-END-in-programlisting.patch text/x-diff 2.3 KB
v3-0003-punctuation.patch text/x-diff 1.8 KB
v3-0004-Add-spaces-after-commas-in-function-calls.patch text/x-diff 17.2 KB
v3-0005-Avoid-ending-a-sentence-about-.-with.patch text/x-diff 1.2 KB
v3-0006-grammar.patch text/x-diff 4.2 KB
v3-0007-distro-agnostic.patch text/x-diff 1.4 KB
v3-0008-style-and-consistency.patch text/x-diff 1.1 KB
v3-0009-HAVING-conditions-cannot-be-repeated.patch text/x-diff 2.5 KB
v3-0010-doc-textsearch-grammar-exactly.patch text/x-diff 1.1 KB
v3-0011-fix-tsquery-example.patch text/x-diff 912 bytes
v3-0012-Fix-omission-regarding-ALTER-SEQUENCE.patch text/x-diff 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2020-10-05 20:07:50 Re: "cert" + clientcert=verify-ca in pg_hba.conf?
Previous Message Andrew Dunstan 2020-10-05 18:59:32 Re: Support for OUT parameters in procedures