Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread Daniel Gustafsson
> On 29 Oct 2024, at 23:36, David Rowley wrote: > My thoughts are that it doesn't seem excessively critical that this is > perfect on the first attempt. I'd be happy to see us try to improve > this. Maybe if there's some better way, someone will appear and tell > us how to do it properly. I am ho

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread David Rowley
On Wed, 30 Oct 2024 at 03:46, Daniel Gustafsson wrote: > On the whole I wonder if we shouldn't just go with the proposal since it > improves the status quo, optimizing for users who hover to get link anchors on > mobile probably isn't worth the investment in time. My primary motivation for hackin

Re: psql command

2024-10-29 Thread hubert depesz lubaczewski
On Sat, Oct 26, 2024 at 05:51:53AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/index.html > Description: > > God Dammit this " \! clear " command is pissing me off . Only " cls " to > clear t

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread Daniel Gustafsson
> On 29 Oct 2024, at 12:31, David Rowley wrote: > > On Thu, 17 Oct 2024 at 20:20, Daniel Gustafsson wrote: >> My main concern is that the relative positioning will push it off screen >> with a >> break on smaller viewports (like phones). > > I can recreate what you sent in the screenshot, but

Re: Document how to run only specific regress tests

2024-10-29 Thread Tom Lane
Daniel Gustafsson writes: > While not related to this patch per se, the lack of any meson related > information on that page isn't great. Indeed. I think this is one of the main unfinished bits of business for our meson conversion. It's not clear to me that our meson infrastructure can do all t

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread David Rowley
On Thu, 17 Oct 2024 at 20:20, Daniel Gustafsson wrote: > My main concern is that the relative positioning will push it off screen with > a > break on smaller viewports (like phones). I can recreate what you sent in the screenshot, but I have to make my browser window as small as it will go and a

psql command

2024-10-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/index.html Description: God Dammit this " \! clear " command is pissing me off . Only " cls " to clear the screen seems very much Comfortable man

Re: Document how to run only specific regress tests

2024-10-29 Thread Daniel Gustafsson
> On 29 Oct 2024, at 05:40, Paul A Jungwirth > wrote: > > I never knew this was possible, but I ran across a note on the meson > wiki page[1]. I wish I knew about it years ago! > > This patch adds a note to > https://www.postgresql.org/docs/current/regress-run.html so that other > hackers and p

Re: Document how to run only specific regress tests

2024-10-29 Thread jian he
On Tue, Oct 29, 2024 at 12:40 PM Paul A Jungwirth wrote: > > I never knew this was possible, but I ran across a note on the meson > wiki page[1]. I wish I knew about it years ago! > > This patch adds a note to > https://www.postgresql.org/docs/current/regress-run.html so that other > hackers and p

Re: Table rewrite supporting functions for event triggers

2024-10-29 Thread Michael Paquier
On Fri, Sep 13, 2024 at 07:39:13AM +0900, Michael Paquier wrote: > I am not so sure, TBH. One example: I know these values in > tablecmds.c for some time because that's an area I tend to focus on > for bug fixes, but forgot entirely about the SQL function in event > triggers that feed on it until