Moderate Error in German help of pg_ctl

Started by Helga Tschernitzover 6 years ago3 messagesbugs
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

won't retrysuccessCI history

You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:

docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t69758
psql -h localhost -U postgres

Built from patchset v2 (message #2), July 27, 2026 at 07:12 PM.

Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:

git clone --branch t69758_2 https://github.com/hackorum-dev/postgres.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t69758_2 && git checkout t69758_2

Patchset v2 (message #2) is on t69758_2

Jump to latest
#1Helga Tschernitz
helga.tschernitz@gmail.com

If you check the pg_ctl --help you will get the following (in German
version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an
bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...

As you can see the -o, --optons is missing an "i" in the word "options".

I just discovered this by incidend.
Best greetings,

Helga Tschernitz

#2Daniel Gustafsson
daniel@yesql.se
In reply to: Helga Tschernitz (#1)
Re: Moderate Error in German help of pg_ctl

On 27 Jan 2020, at 11:24, Helga Tschernitz <helga.tschernitz@gmail.com> wrote:

If you check the pg_ctl --help you will get the following (in German version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...

As you can see the -o, --optons is missing an "i" in the word "options".

I just discovered this by incidend.

Confirmed, the attached diff fixes this typo.

cheers ./daniel

Attachments:

t69758_2
de_optons_typo.diffapplication/octet-stream; name=de_optons_typo.diff; x-unix-mode=0644Download+1-1
#3Peter Eisentraut
peter_e@gmx.net
In reply to: Daniel Gustafsson (#2)
Re: Moderate Error in German help of pg_ctl

On 2020-01-30 15:12, Daniel Gustafsson wrote:

On 27 Jan 2020, at 11:24, Helga Tschernitz <helga.tschernitz@gmail.com> wrote:

If you check the pg_ctl --help you will get the following (in German version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...

As you can see the -o, --optons is missing an "i" in the word "options".

I just discovered this by incidend.

Confirmed, the attached diff fixes this typo.

committed to translations repository

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services