Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector

From: "Karl O(dot) Pinc" <kop(at)karlpinc(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector
Date: 2023-09-25 22:55:59
Message-ID: 20230925175559.06dfaa19@slate.karlpinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 25 Sep 2023 14:14:37 +0200
Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:

> > On 25 Sep 2023, at 14:00, Karl O. Pinc <kop(at)karlpinc(dot)com> wrote:
>
> > Is there a preferred data format or should I send
> > each patch in a separate attachment with description?

> Once done you can do "git format-patch origin/master -v 1" which will
> generate a set of n patches named v1-0001 through v1-000n. You can
> then attache those to the thread.

Done. 11 patches attached. Thanks for the help.

(This is v2, since I made some changes upon review.)

I am not particularly confident in the top-line commit
descriptions. Some seem kind of long and not a whole
lot of thought went into them. But the commit descriptions
are for the committer to decide anyway.

The bulk of the commit descriptions are very wordy
and will surely need at least some editing.

Listing all the attachments here for future discussion:

v2-0001-Change-section-heading-to-better-reflect-saving-a.patch
v2-0002-Change-section-heading-to-better-describe-referen.patch
v2-0003-Better-section-heading-for-plpgsql-exception-trap.patch
v2-0004-Describe-how-to-raise-an-exception-in-the-excepti.patch
v2-0005-Improve-sentences-in-overview-of-system-configura.patch
v2-0006-Provide-examples-of-listing-all-settings.patch
v2-0007-Cleanup-summary-of-role-powers.patch
v2-0008-Explain-the-difference-between-role-attributes-an.patch
v2-0009-Document-the-oidvector-type.patch
v2-0010-Improve-sentences-about-the-significance-of-the-s.patch
v2-0011-Add-a-sub-section-to-describe-schema-resolution.patch

Regards,

Karl <kop(at)karlpinc(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Attachment Content-Type Size
v2-0001-Change-section-heading-to-better-reflect-saving-a.patch text/x-patch 1.4 KB
v2-0002-Change-section-heading-to-better-describe-referen.patch text/x-patch 1.3 KB
v2-0003-Better-section-heading-for-plpgsql-exception-trap.patch text/x-patch 1.9 KB
v2-0004-Describe-how-to-raise-an-exception-in-the-excepti.patch text/x-patch 1.5 KB
v2-0005-Improve-sentences-in-overview-of-system-configura.patch text/x-patch 1.1 KB
v2-0006-Provide-examples-of-listing-all-settings.patch text/x-patch 2.6 KB
v2-0007-Cleanup-summary-of-role-powers.patch text/x-patch 3.6 KB
v2-0008-Explain-the-difference-between-role-attributes-an.patch text/x-patch 2.2 KB
v2-0009-Document-the-oidvector-type.patch text/x-patch 1.3 KB
v2-0010-Improve-sentences-about-the-significance-of-the-s.patch text/x-patch 2.6 KB
v2-0011-Add-a-sub-section-to-describe-schema-resolution.patch text/x-patch 4.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-09-25 23:18:01 Re: Doc: vcregress .bat commands list lacks "taptest"
Previous Message Bruce Momjian 2023-09-25 22:30:32 Re: Partial aggregates pushdown