OSDN Git Service

New EXPLAIN manual page.
authorBruce Momjian <bruce@momjian.us>
Sun, 29 Dec 1996 00:58:32 +0000 (00:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 29 Dec 1996 00:58:32 +0000 (00:58 +0000)
src/man/explain.l [new file with mode: 0644]

diff --git a/src/man/explain.l b/src/man/explain.l
new file mode 100644 (file)
index 0000000..45b7343
--- /dev/null
@@ -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.