1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

doc: Fix incorrect reference in pg_overexplain documentation.

Correct the referenced location of the RangeTblEntry definition
in the pg_overexplain documentation.

Backpatched to v18, where pg_overexplain was introduced.

Author: Julien Tachoires <julien@tachoires.me>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/20251218092319.tht64ffmcvzqdz7u@poseidon.home.virt
Backpatch-through: 18
This commit is contained in:
Fujii Masao
2025-12-22 17:56:28 +09:00
parent d31276f0e2
commit c5d162435a

View File

@@ -186,7 +186,7 @@ LOAD 'pg_overexplain';
<para>
For more information about range table entries, see the definition of
<literal>RangeTblEntry</literal> in <literal>nodes/plannodes.h</literal>.
<literal>RangeTblEntry</literal> in <literal>nodes/parsenodes.h</literal>.
</para>
</sect2>