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-26 04:30:38
Message-ID: 20230925233038.7413ef79@slate.karlpinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Version 3.

Re-do title, which is all of patch v3-003.

On Mon, 25 Sep 2023 17:55:59 -0500
"Karl O. Pinc" <kop(at)karlpinc(dot)com> wrote:

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

> > 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.

> Done. 11 patches attached. Thanks for the help.

> I am not particularly confident in the top-line commit
> descriptions.

> The bulk of the commit descriptions are very wordy

> Listing all the attachments here for future discussion:

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl O. Pinc 2023-09-26 04:37:44 Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector
Previous Message Markur Sens 2023-09-26 04:19:06 How are jsonb_path_query SRFs $.datetime() defined ?