Re: The prompt is not displayed correctly in the example on psql page

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: y(dot)saburov(at)gmail(dot)com, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: The prompt is not displayed correctly in the example on psql page
Date: 2024-04-24 11:27:19
Message-ID: EFA89B19-8D4A-49AA-BAC1-2ED7AEEB20FF@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 22 Apr 2024, at 10:45, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
>> On 21 Apr 2024, at 12:57, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:
>>
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/16/app-psql.html
>> Description:
>>
>> On this page https://www.postgresql.org/docs/current/app-psql.html
>>
>> where is? >> `( if there is an unmatched left parenthesis`
>>
>> ```sql
>> testdb=> SELECT t1.first as "A", t2.first+100 AS "B",
>> t1.first*(t2.first+100) as "AxB",
>> testdb(> row_number() over(order by t2.first) AS ord
>> testdb(> FROM my_table t1 CROSS JOIN my_table t2 ORDER BY 1 DESC
>> testdb(> \crosstabview "A" "B" "AxB" ord
>> ```
>
> That's an impressively eagle-eyed observation, it is indeed showing an open
> parenthesis where none is. Will fix.

Done, thanks for the report!

--
Daniel Gustafsson

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2024-04-25 08:25:49 Re: wal_init_zero / wal_recycle
Previous Message Nicolas Seinlet 2024-04-24 09:17:21 Re: wal_init_zero / wal_recycle