Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 195d7de

Browse files
committed
SET R_PLANS added to manual page.
1 parent afb089d commit 195d7de

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/man/set.l

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.1 1997/05/16 07:13:52 thomas Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.2 1997/06/01 04:23:12 momjian Exp $
44
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
55
.SH NAME
66
set \(em set run-time parameters for session
@@ -56,6 +56,21 @@ GEQO
5656
off - duh
5757
.fi
5858

59+
.PP
60+
.IR R_PLANS
61+
enables or disables right-hand evaluation of plans. This algorithm is
62+
.IR off
63+
by default.
64+
65+
.if n .ta 5 +15 +40
66+
.if t .ta 0.5i +1.5i +3.0i
67+
.in 0
68+
.nf
69+
R_PLANS
70+
on - turn right-hand plan evaluation 'on'
71+
off - duh
72+
.fi
73+
5974
.SH EXAMPLES
6075
.nf
6176
--

0 commit comments

Comments
 (0)