New EXPLAIN manual page.

This commit is contained in:
Bruce Momjian 1996-12-29 00:58:32 +00:00
parent 2d291ab093
commit b0030c6c42
1 changed files with 14 additions and 0 deletions

14
src/man/explain.l Normal file
View File

@ -0,0 +1,14 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.1 1996/12/29 00:58:32 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|full}]\fR query
.fi
.SH DESCRIPTION
This command outputs details about the supplied query. The default
output is the computed query cost. \f2full\f1 displays a full query plan
and costs.