diff options
author | Bruce Momjian | 1997-06-01 04:23:12 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-06-01 04:23:12 +0000 |
commit | 195d7dea00981e0217d1bdbf0b0ef99eecef5852 (patch) | |
tree | 8663500c748827201e652ff2efdcee1f4980c0b4 | |
parent | afb089d4a4c8ac3c52c97aaba8e078e62d17558c (diff) |
SET R_PLANS added to manual page.
-rw-r--r-- | src/man/set.l | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/man/set.l b/src/man/set.l index 47c42ef51d..aa23bcde99 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.1 1997/05/16 07:13:52 thomas Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.2 1997/06/01 04:23:12 momjian Exp $ .TH SET SQL 05/14/97 PostgreSQL PostgreSQL .SH NAME set \(em set run-time parameters for session @@ -56,6 +56,21 @@ GEQO off - duh .fi +.PP +.IR R_PLANS +enables or disables right-hand evaluation of plans. This algorithm is +.IR off +by default. + +.if n .ta 5 +15 +40 +.if t .ta 0.5i +1.5i +3.0i +.in 0 +.nf +R_PLANS + on - turn right-hand plan evaluation 'on' + off - duh +.fi + .SH EXAMPLES .nf -- |