mirror of https://github.com/postgres/postgres
parent
bf6fdeebb5
commit
765dd2a4c0
@ -1,14 +1,17 @@ |
|||||||
.\" This is -*-nroff-*- |
.\" This is -*-nroff-*- |
||||||
.\" XXX standard disclaimer belongs here.... |
.\" XXX standard disclaimer belongs here.... |
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.2 1996/12/29 03:55:36 momjian Exp $ |
.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.3 1996/12/29 19:31:16 momjian Exp $ |
||||||
.TH EXPLAIN SQL 11/05/95 PostgreSQL PostgreSQL |
.TH EXPLAIN SQL 11/05/95 PostgreSQL PostgreSQL |
||||||
.SH NAME |
.SH NAME |
||||||
explain \(em explains statement execution details |
explain \(em explains statement execution details |
||||||
.SH SYNOPSIS |
.SH SYNOPSIS |
||||||
.nf |
.nf |
||||||
\fBexplain [with\fP \fB{cost|full}]\fR query |
\fBexplain [with\fP \fB{cost|plan|full}]\fR query |
||||||
.fi |
.fi |
||||||
.SH DESCRIPTION |
.SH DESCRIPTION |
||||||
This command outputs details about the supplied query. The default |
This command outputs details about the supplied query. The default |
||||||
output is the computed query cost. \f2full\f1 displays a full query plan |
output is the computed query cost. \f2plan\f1 displays the full query |
||||||
and cost. |
plan. \f2full\f1 display both query plan and query cost. |
||||||
|
.PP |
||||||
|
The query cost and plan can be affected by running vacuum. |
||||||
|
|
||||||
|
Loading…
Reference in new issue