From 7db9ea5c1e8cf4ac6a6032b14cb1eca1fef93adc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 4 Aug 1998 15:00:28 +0000 Subject: EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan to the postmaster log file. --- src/man/explain.l | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/man/explain.l') diff --git a/src/man/explain.l b/src/man/explain.l index a50912eed1..9bc0925bf2 100644 --- a/src/man/explain.l +++ b/src/man/explain.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.9 1998/02/10 04:02:59 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.10 1998/08/04 15:00:28 momjian Exp $ .TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL .SH NAME explain - explains statement execution details @@ -11,7 +11,8 @@ explain - explains statement execution details .SH DESCRIPTION This command outputs details about the supplied query. The default output is the computed query cost. \f2verbose\f1 displays the full query -plan and cost. +plan and cost to your screen, and pretty-prints the plan to the postmaster +log file. .SH EXAMPLES In the examples, the table has a single column of float4. -- cgit v1.2.1