Re: An XSLT example script

2020-04-21 Thread Jürgen Purtz
On 21.04.20 20:10, Peter Eisentraut wrote: On 2020-04-14 10:03, Jürgen Purtz wrote: The example "XSLT Stylesheet for Converting SQL/XML Output to HTML" is tagged as , but it isn't a figure, it's an example script. It's not an example, it's an actual script that you are supposed to use. The P

Re: An XSLT example script

2020-04-21 Thread Bruce Momjian
On Tue, Apr 21, 2020 at 08:10:09PM +0200, Peter Eisentraut wrote: > On 2020-04-14 10:03, Jürgen Purtz wrote: > > The example "XSLT Stylesheet for Converting SQL/XML Output to HTML" is > > tagged as , but it isn't a figure, it's an example script. > > It's not an example, it's an actual script that

Re: An XSLT example script

2020-04-21 Thread Peter Eisentraut
On 2020-04-14 10:03, Jürgen Purtz wrote: The example "XSLT Stylesheet for Converting SQL/XML Output to HTML" is tagged as , but it isn't a figure, it's an example script. It's not an example, it's an actual script that you are supposed to use. The PDF output contains lists for examples, figur

Missing description about the performance impact of archive_timeout

2020-04-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-wal.html Description: The PostgreSQL manual contains the following paragraph https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-TIMEOUT about the ar

Re: Backend Flowchart / Developer doc

2020-04-21 Thread Bruce Momjian
On Thu, Apr 16, 2020 at 11:17:29AM -0400, Alvaro Herrera wrote: > On 2020-Apr-15, Marc Rechté wrote: > > > Hello, > > > > Don't know if this the correct list to submit this issue. > > > > On the https://www.postgresql.org/developer/backend/, it mentions a > > Query.qual field which does not exis

Re: Where is the qualification par in the Query Tree

2020-04-21 Thread Tom Lane
=?UTF-8?Q?Marc_Recht=c3=a9?= writes: > This refers to /doc/src/sgml/html/querytree.html, where one mentions a > qualification part in the Query Tree. While reading the Query node > (parsenode.h) and output from the log with debug_print_parse = on, I > cannot see either this part. Is it gone in

Where is the qualification par in the Query Tree

2020-04-21 Thread Marc Rechté
This refers to /doc/src/sgml/html/querytree.html, where one mentions a qualification part in the Query Tree. While reading the Query node (parsenode.h) and output from the log with debug_print_parse = on, I cannot see either this part. Is it gone in profit of join tree ?