Re: create_help.pl treats as replaceable - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: create_help.pl treats as replaceable
Date
Msg-id 87acb592-4111-fe5a-6be9-37cf84902489@enterprisedb.com
Whole thread Raw
In response to Re: create_help.pl treats as replaceable  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 18.05.22 18:29, Tom Lane wrote:
> I think you should have upper-cased MATCH while at it, to make it clear
> that it acts like a keyword in this context.  The current situation is
> quite unreadable in plain-ASCII output:
> 
> regression=# \help copy
> Command:     COPY
> ...
>      HEADER [ boolean | match ]
> ...
> 
> Since "boolean" is a metasyntactic variable here, it's absolutely
> not obvious that "match" isn't.

done



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Frontend error logging style
Next
From: Peter Eisentraut
Date:
Subject: Re: create_help.pl treats as replaceable