Re: The prompt is not displayed correctly in the example on psql page - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: The prompt is not displayed correctly in the example on psql page
Date
Msg-id C71DCBC4-2CC2-44D9-8B0F-B7DB6BEA3E52@yesql.se
Whole thread Raw
In response to The prompt is not displayed correctly in the example on psql page  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: The prompt is not displayed correctly in the example on psql page
List pgsql-docs
> On 21 Apr 2024, at 12:57, PG Doc comments form <noreply@postgresql.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.

--
Daniel Gustafsson




pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: The prompt is not displayed correctly in the example on psql page
Next
From: Erik Wienhold
Date:
Subject: Re: Documentation Chapter 16: 8.21