We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb0030c6 commitbf6fdeeCopy full SHA for bf6fdee
src/man/explain.l
@@ -1,6 +1,6 @@
1
.\" This is -*-nroff-*-
2
.\" XXX standard disclaimer belongs here....
3
-.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.1 1996/12/2900:58:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.2 1996/12/2903:55:36 momjian Exp $
4
.TH EXPLAIN SQL 11/05/95 PostgreSQL PostgreSQL
5
.SH NAME
6
explain\(em explains statement execution details
@@ -11,4 +11,4 @@ explain \(em explains statement execution details
11
.SH DESCRIPTION
12
This command outputs details about the supplied query. The default
13
output is the computed query cost.\f2full\f1 displays a full query plan
14
-andcosts.
+andcost.