public inbox for [email protected]  
help / color / mirror / Atom feed
DOCS: typo on CLUSTER page
9+ messages / 3 participants
[nested] [flat]

* DOCS: typo on CLUSTER page
@ 2026-03-18 01:43 Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  0 siblings, 1 reply; 9+ messages in thread

From: Peter Smith @ 2026-03-18 01:43 UTC (permalink / raw)
  To: PostgreSQL Hackers <[email protected]>

Hi.

Is this a tiny typo on the CLUSTER docs page?

PSA patch.

======
Kind Regards,
Peter Smith.
Fujitsu Australia


Attachments:

  [application/octet-stream] v1-0001-CLUSTER-docs-typo.patch (861B, 2-v1-0001-CLUSTER-docs-typo.patch)
  download | inline diff:
From 004d61733ba032fa7098ff412a9ba159a52933f9 Mon Sep 17 00:00:00 2001
From: Peter Smith <[email protected]>
Date: Wed, 18 Mar 2026 12:32:07 +1100
Subject: [PATCH v1] CLUSTER docs typo

---
 doc/src/sgml/ref/cluster.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml
index 17778e9471c..ffb3ff898c6 100644
--- a/doc/src/sgml/ref/cluster.sgml
+++ b/doc/src/sgml/ref/cluster.sgml
@@ -34,7 +34,7 @@ CLUSTER [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r
 
   <para>
    The <command>CLUSTER</command> command is equivalent to
-   <xref linkend="sql-repack"/> with an <literal>USING INDEX</literal>
+   <xref linkend="sql-repack"/> with a <literal>USING INDEX</literal>
    clause.  See there for more details.
   </para>
  </refsect1>
-- 
2.47.3



^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
@ 2026-03-18 02:08 ` Michael Paquier <[email protected]>
  2026-03-18 02:39   ` Re: DOCS: typo on CLUSTER page Bruce Momjian <[email protected]>
  2026-04-07 05:35   ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  0 siblings, 2 replies; 9+ messages in thread

From: Michael Paquier @ 2026-03-18 02:08 UTC (permalink / raw)
  To: Peter Smith <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:
> Is this a tiny typo on the CLUSTER docs page?

It is.  Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.
--
Michael


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
@ 2026-03-18 02:39   ` Bruce Momjian <[email protected]>
  2026-03-18 04:56     ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  1 sibling, 1 reply; 9+ messages in thread

From: Bruce Momjian @ 2026-03-18 02:39 UTC (permalink / raw)
  To: Michael Paquier <[email protected]>; +Cc: Peter Smith <[email protected]>; PostgreSQL Hackers <[email protected]>

On Wed, Mar 18, 2026 at 11:08:53AM +0900, Michael Paquier wrote:
> On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:
> > Is this a tiny typo on the CLUSTER docs page?
> 
> It is.  Except if Alvaro thinks otherwise, I am putting that into my
> bag of HEAD-only typos.

Wow, good, catch, I didn't know this:

	https://owl.purdue.edu/owl/general_writing/grammar/using_articles.html
	
	a + singular noun beginning with a consonant sound: a user (sounds
	like 'yoo-zer,' i.e. begins with a consonant 'y' sound, so 'a'
	is used); a university; a unicycle

-- 
  Bruce Momjian  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.





^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  2026-03-18 02:39   ` Re: DOCS: typo on CLUSTER page Bruce Momjian <[email protected]>
@ 2026-03-18 04:56     ` Michael Paquier <[email protected]>
  0 siblings, 0 replies; 9+ messages in thread

From: Michael Paquier @ 2026-03-18 04:56 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: Peter Smith <[email protected]>; PostgreSQL Hackers <[email protected]>

On Tue, Mar 17, 2026 at 10:39:49PM -0400, Bruce Momjian wrote:
> Wow, good, catch, I didn't know this:
> 
> 	https://owl.purdue.edu/owl/general_writing/grammar/using_articles.html
> 	
> 	a + singular noun beginning with a consonant sound: a user (sounds
> 	like 'yoo-zer,' i.e. begins with a consonant 'y' sound, so 'a'
> 	is used); a university; a unicycle

(English teachers in France are very noisy about all these grammar
rules in middle school.)

FYI, we have also this pearl in the tree, as of HEAD:
src/test/modules/test_extensions/t/001_extension_control_path.pl:
# Create an user to test permissions to read extension locations.

:D
--
Michael


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
@ 2026-04-07 05:35   ` Peter Smith <[email protected]>
  2026-04-07 05:46     ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-04-07 06:11     ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  1 sibling, 2 replies; 9+ messages in thread

From: Peter Smith @ 2026-04-07 05:35 UTC (permalink / raw)
  To: Michael Paquier <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Wed, Mar 18, 2026 at 1:08 PM Michael Paquier <[email protected]> wrote:
>
> On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:
> > Is this a tiny typo on the CLUSTER docs page?
>
> It is.  Except if Alvaro thinks otherwise, I am putting that into my
> bag of HEAD-only typos.

Did my tiny patch get lost in the bottom of your bag?

======
Kind Regards,
Peter Smith.
Fujitsu Australia





^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  2026-04-07 05:35   ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
@ 2026-04-07 05:46     ` Peter Smith <[email protected]>
  2026-04-07 06:29       ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  1 sibling, 1 reply; 9+ messages in thread

From: Peter Smith @ 2026-04-07 05:46 UTC (permalink / raw)
  To: Michael Paquier <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Tue, Apr 7, 2026 at 3:35 PM Peter Smith <[email protected]> wrote:
>
> On Wed, Mar 18, 2026 at 1:08 PM Michael Paquier <[email protected]> wrote:
> >
> > On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:
> > > Is this a tiny typo on the CLUSTER docs page?
> >
> > It is.  Except if Alvaro thinks otherwise, I am putting that into my
> > bag of HEAD-only typos.
>
> Did my tiny patch get lost in the bottom of your bag?
>

FWIW, here [1] is a similar typo in a code comment where "a upper
bound" should say "an upper bound"

======
[1] https://github.com/postgres/postgres/blob/master/src/backend/replication/logical/worker.c#L4983

Kind Regards,
Peter Smith.
Fujitsu Australia





^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  2026-04-07 05:35   ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-04-07 05:46     ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
@ 2026-04-07 06:29       ` Michael Paquier <[email protected]>
  2026-04-21 06:51         ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  0 siblings, 1 reply; 9+ messages in thread

From: Michael Paquier @ 2026-04-07 06:29 UTC (permalink / raw)
  To: Peter Smith <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Tue, Apr 07, 2026 at 03:46:51PM +1000, Peter Smith wrote:
> FWIW, here [1] is a similar typo in a code comment where "a upper
> bound" should say "an upper bound"

Thanks, grabbed.
--
Michael


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  2026-04-07 05:35   ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-04-07 05:46     ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-04-07 06:29       ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
@ 2026-04-21 06:51         ` Peter Smith <[email protected]>
  0 siblings, 0 replies; 9+ messages in thread

From: Peter Smith @ 2026-04-21 06:51 UTC (permalink / raw)
  To: Michael Paquier <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Tue, Apr 7, 2026 at 4:29 PM Michael Paquier <[email protected]> wrote:
>
> On Tue, Apr 07, 2026 at 03:46:51PM +1000, Peter Smith wrote:
> > FWIW, here [1] is a similar typo in a code comment where "a upper
> > bound" should say "an upper bound"
>
> Thanks, grabbed.
> --
> Michael

Thanks for pushing.

======
Kind Regards.
Peter Smith.
Fujitsu Australia





^ permalink  raw  reply  [nested|flat] 9+ messages in thread

* Re: DOCS: typo on CLUSTER page
  2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
  2026-03-18 02:08 ` Re: DOCS: typo on CLUSTER page Michael Paquier <[email protected]>
  2026-04-07 05:35   ` Re: DOCS: typo on CLUSTER page Peter Smith <[email protected]>
@ 2026-04-07 06:11     ` Michael Paquier <[email protected]>
  1 sibling, 0 replies; 9+ messages in thread

From: Michael Paquier @ 2026-04-07 06:11 UTC (permalink / raw)
  To: Peter Smith <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]>

On Tue, Apr 07, 2026 at 03:35:08PM +1000, Peter Smith wrote:
> Did my tiny patch get lost in the bottom of your bag?

It's on one of my staging branches.  No worries.
--
Michael


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 9+ messages in thread


end of thread, other threads:[~2026-04-21 06:51 UTC | newest]

Thread overview: 9+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-03-18 01:43 DOCS: typo on CLUSTER page Peter Smith <[email protected]>
2026-03-18 02:08 ` Michael Paquier <[email protected]>
2026-03-18 02:39   ` Bruce Momjian <[email protected]>
2026-03-18 04:56     ` Michael Paquier <[email protected]>
2026-04-07 05:35   ` Peter Smith <[email protected]>
2026-04-07 05:46     ` Peter Smith <[email protected]>
2026-04-07 06:29       ` Michael Paquier <[email protected]>
2026-04-21 06:51         ` Peter Smith <[email protected]>
2026-04-07 06:11     ` Michael Paquier <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox