mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Add more index entries for reference pages related to prepare queries.
From Alvaro Herrera, editorializing by Neil Conway.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.33 2004/03/09 16:57:47 neilc Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.34 2004/09/30 04:23:27 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -18,6 +18,16 @@ PostgreSQL documentation
|
||||
<primary>EXPLAIN</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="sql-explain">
|
||||
<primary>prepared statements</primary>
|
||||
<secondary>showing the query plan</secondary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="sql-explain">
|
||||
<primary>cursor</primary>
|
||||
<secondary>showing the query plan</secondary>
|
||||
</indexterm>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replaceable>
|
||||
|
Reference in New Issue
Block a user