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-10-03 17:52:48
Message-ID: 20231003125248.26231d7e@slate.karlpinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2 Oct 2023 15:18:32 -0500
"Karl O. Pinc" <kop(at)karlpinc(dot)com> wrote:

Version 7

Added:
v7-0016-Predicate-locks-are-held-per-cluster-not-per-data.patch

> > > On Mon, 25 Sep 2023 23:37:44 -0500
> > > "Karl O. Pinc" <kop(at)karlpinc(dot)com> wrote:
> > >
> > > > > 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.
> > >
> > > > > > 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:

v7-0001-Change-section-heading-to-better-reflect-saving-a.patch
v7-0002-Change-section-heading-to-better-describe-referen.patch
v7-0003-Better-section-heading-for-plpgsql-exception-trap.patch
v7-0004-Describe-how-to-raise-an-exception-in-the-excepti.patch
v7-0005-Improve-sentences-in-overview-of-system-configura.patch
v7-0006-Provide-examples-of-listing-all-settings.patch
v7-0007-Cleanup-summary-of-role-powers.patch
v7-0008-Explain-the-difference-between-role-attributes-an.patch
v7-0009-Document-the-oidvector-type.patch
v7-0010-Improve-sentences-about-the-significance-of-the-s.patch
v7-0011-Add-a-sub-section-to-describe-schema-resolution.patch
v7-0012-Explain-role-management.patch
v7-0013-Hyperlink-from-CREATE-FUNCTION-reference-page-to-.patch
v7-0014-Add-index-entries-for-parallel-safety.patch
v7-0015-Trigger-authors-need-not-worry-about-parallelism.patch
v7-0016-Predicate-locks-are-held-per-cluster-not-per-data.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
v7-0001-Change-section-heading-to-better-reflect-saving-a.patch text/x-patch 1.4 KB
v7-0002-Change-section-heading-to-better-describe-referen.patch text/x-patch 1.3 KB
v7-0003-Better-section-heading-for-plpgsql-exception-trap.patch text/x-patch 2.2 KB
v7-0004-Describe-how-to-raise-an-exception-in-the-excepti.patch text/x-patch 1.5 KB
v7-0005-Improve-sentences-in-overview-of-system-configura.patch text/x-patch 1.1 KB
v7-0006-Provide-examples-of-listing-all-settings.patch text/x-patch 2.6 KB
v7-0007-Cleanup-summary-of-role-powers.patch text/x-patch 3.6 KB
v7-0008-Explain-the-difference-between-role-attributes-an.patch text/x-patch 2.2 KB
v7-0009-Document-the-oidvector-type.patch text/x-patch 1.3 KB
v7-0010-Improve-sentences-about-the-significance-of-the-s.patch text/x-patch 2.6 KB
v7-0011-Add-a-sub-section-to-describe-schema-resolution.patch text/x-patch 4.0 KB
v7-0012-Explain-role-management.patch text/x-patch 1.5 KB
v7-0013-Hyperlink-from-CREATE-FUNCTION-reference-page-to-.patch text/x-patch 1.2 KB
v7-0014-Add-index-entries-for-parallel-safety.patch text/x-patch 1.7 KB
v7-0015-Trigger-authors-need-not-worry-about-parallelism.patch text/x-patch 1.7 KB
v7-0016-Predicate-locks-are-held-per-cluster-not-per-data.patch text/x-patch 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2023-10-03 18:00:11 Re: RFC: Logging plan of the running query
Previous Message Alexander Korotkov 2023-10-03 17:35:57 Re: On login trigger: take three