Re: psql --help=variables missing csv_fieldsep

2025-11-06 Thread Álvaro Herrera
On 2025-Nov-04, Tom Lane wrote: > =?utf-8?Q?=C3=81lvaro?= Herrera writes: > > On 2025-Nov-03, Tom Lane wrote: > >> Agreed that the set of \pset options has bloated to the point where > >> that presentation is unreadable. > > > How about this? > > WFM. Thanks, pushed. -- Álvaro Herrera

Re: psql --help=variables missing csv_fieldsep

2025-11-04 Thread Tom Lane
=?utf-8?Q?=C3=81lvaro?= Herrera writes: > On 2025-Nov-03, Tom Lane wrote: >> Agreed that the set of \pset options has bloated to the point where >> that presentation is unreadable. > How about this? WFM. regards, tom lane

Re: psql --help=variables missing csv_fieldsep

2025-11-04 Thread Álvaro Herrera
On 2025-Nov-03, Tom Lane wrote: > > I find this one you quote somewhat unreadable, so I > > was going to propose to remove it, and instead direct the user to look > > at "\? variables" for the exhaustive list. That one is also a bit > > easier to cross-check, I think. (There's also tab-complete

Re: psql --help=variables missing csv_fieldsep

2025-11-03 Thread Tom Lane
=?utf-8?Q?=C3=81lvaro?= Herrera writes: > On 2025-Nov-03, Tom Lane wrote: >> But wait ... is it actually a variable? help.c does list it, but >> as a \pset option: > Yeah, there are two lists: one here in the "\?" output, and another in > the "\? variables" output, which is also `psql --help=var

Re: psql --help=variables missing csv_fieldsep

2025-11-03 Thread Álvaro Herrera
On 2025-Nov-03, Tom Lane wrote: > =?utf-8?Q?=C3=81lvaro?= Herrera 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? > > But wait ... is it actually a variable? help.c does list it, but >

Re: psql --help=variables missing csv_fieldsep

2025-11-03 Thread Tom Lane
=?utf-8?Q?=C3=81lvaro?= Herrera 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? But wait ... is it actually a variable? help.c does list it, but as a \pset option: HELP0(" \\pset [NAM

Re: psql --help=variables missing csv_fieldsep

2025-11-03 Thread Tom Lane
=?utf-8?Q?=C3=81lvaro?= Herrera 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 mak

psql --help=variables missing csv_fieldsep

2025-11-03 Thread Álvaro Herrera
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? The attached patch adds it. -- Álvaro Herrera 48°01'N 7°57'E — https:/