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