Re: psql --help=variables missing csv_fieldsep

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Daniel Verite <daniel(at)manitou-mail(dot)org>
Subject: Re: psql --help=variables missing csv_fieldsep
Date: 2025-11-03 17:59:45
Message-ID: 346641.1762192785@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?utf-8?Q?=C3=81lvaro?= Herrera <alvherre(at)kurilemu(dot)de> writes:
> While messing with the \pset boolean display patch, I noticed that psql
> --help=variables is missing csv_fieldsep. Is there a reason for this?
> It appears to be an omission of commit aa2ba50c2c13 -- accidental?

Seems like a pretty easy oversight to make. I wonder if there is some
way to cross-check help.c and psql-ref.sgml with the variables and
commands actually implemented in the code ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-03 18:03:51 Re: psql --help=variables missing csv_fieldsep
Previous Message Jacob Champion 2025-11-03 17:57:18 Re: test_json_parser/002_inline is kind of slow