mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
SET R_PLANS added to manual page.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
set \(em set run-time parameters for session
|
set \(em set run-time parameters for session
|
||||||
@@ -56,6 +56,21 @@ GEQO
|
|||||||
off - duh
|
off - duh
|
||||||
.fi
|
.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
|
.SH EXAMPLES
|
||||||
.nf
|
.nf
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user