We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb089d commit 195d7deCopy full SHA for 195d7de
src/man/set.l
@@ -1,6 +1,6 @@
1
.\" This is -*-nroff-*-
2
.\" 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 $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.2 1997/06/01 04:23:12 momjian Exp $
4
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
5
.SH NAME
6
set \(em set run-time parameters for session
@@ -56,6 +56,21 @@ GEQO
56
off - duh
57
.fi
58
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
74
.SH EXAMPLES
75
.nf
76
--
0 commit comments