Re: Docs: Use non-default throughout the documentation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Docs: Use non-default throughout the documentation
Date: 2026-02-04 15:06:12
Message-ID: 69f0c56b-00da-4af3-bb28-3c41ca99e60b@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29.01.26 00:48, David G. Johnston wrote:
> Ended up looking at "non-default" and found four spellings of
> "nondefault" in the user-facing documentation (vs. 40ish non-default).
> Patch attached to fix the 4.

I think "non" is not normally used with a hyphen, since it is not a
standalone word. So the fix should be the other way around.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manni Wood 2026-02-04 15:07:07 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message David Geier 2026-02-04 14:59:22 Re: Convert NOT IN sublinks to anti-joins when safe