20
20
<REPLACEABLE CLASS="PARAMETER">
21
21
</REPLACEABLE>
22
22
SET <REPLACEABLE CLASS="PARAMETER">variable</REPLACEABLE> { TO | = } { '<REPLACEABLE CLASS="PARAMETER">value</REPLACEABLE>' | DEFAULT }
23
-
24
23
SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL };
25
24
</SYNOPSIS>
26
25
@@ -52,7 +51,7 @@ New value of parameter.
52
51
</variablelist>
53
52
54
53
<para>
55
- The possible variables and allowed values are:
54
+ The possible variables and allowed values are:
56
55
57
56
<VARIABLELIST>
58
57
<VARLISTENTRY>
@@ -197,16 +196,18 @@ set time zone to your local timezone
197
196
</variablelist>
198
197
199
198
<para>
200
- If an invalid time zone is specified, the time zone
201
- becomes GMT (on most systems anyway).
199
+ If an invalid time zone is specified, the time zone
200
+ becomes GMT (on most systems anyway).
201
+
202
202
<para>
203
- A frontend which uses libpq may be initialized by setting the PGTZ
204
- environment variable.
203
+ A frontend which uses libpq may be initialized by setting the PGTZ
204
+ environment variable.
205
+
205
206
<para>
206
- The second syntax shown above, allows one to set the timezone
207
- with a syntax similar to SQL92 <command>SET TIME ZONE</command>.
208
- The LOCAL keyword is just an alternate form
209
- of DEFAULT for SQL92 compatibility.
207
+ The second syntax shown above, allows one to set the timezone
208
+ with a syntax similar to SQL92 <command>SET TIME ZONE</command>.
209
+ The LOCAL keyword is just an alternate form
210
+ of DEFAULT for SQL92 compatibility.
210
211
211
212
</varlistentry>
212
213
</variablelist>
@@ -315,7 +316,7 @@ DEFAULT
315
316
</term>
316
317
<listitem>
317
318
<para>
318
- Equivalent to specifying <command>SET GEQO=On </command>
319
+ Equivalent to specifying <command>SET GEQO='on' </command>
319
320
</varlistentry>
320
321
</variablelist>
321
322
@@ -361,7 +362,7 @@ DEFAULT
361
362
</term>
362
363
<listitem>
363
364
<para>
364
- Equivalent to specifying <command>SET R_PLANS=Off </command>.
365
+ Equivalent to specifying <command>SET R_PLANS='off' </command>.
365
366
</variablelist>
366
367
367
368
<para>
@@ -375,11 +376,13 @@ Equivalent to specifying <command>SET R_PLANS=Off</command>.
375
376
376
377
<varlistentry>
377
378
<term>
378
- R_PLANS
379
+ KSQO
379
380
</term>
380
381
<listitem>
381
382
<para>
382
- Determines whether right-hand plan evaluation is allowed:
383
+ <firstterm>Key Set Query Optimizer</firstterm> forces the query optimizer
384
+ to optimize repetative OR clauses such as generated by
385
+ <productname>MicroSoft Access</productname>:
383
386
384
387
<variablelist>
385
388
<varlistentry>
388
391
</term>
389
392
<listitem>
390
393
<para>
391
- enables right-hand evaluation of plans .
394
+ enables this optimization .
392
395
393
396
<varlistentry>
394
397
<term>
395
398
Off
396
399
</term>
397
400
<listitem>
398
401
<para>
399
- disables right-hand evaluation of plans .
402
+ disables this optimization .
400
403
401
404
<varlistentry>
402
405
<term>
403
406
DEFAULT
404
407
</term>
405
408
<listitem>
406
409
<para>
407
- Equivalent to specifying <command>SET R_PLANS=Off </command>.
410
+ Equivalent to specifying <command>SET KSQO='off' </command>.
408
411
</variablelist>
409
412
410
413
<para>
@@ -430,7 +433,8 @@ Value
430
433
</term>
431
434
<listitem>
432
435
<para>
433
- Maximum number of rows to return for a query. The default is unlimited.
436
+ Maximum number of rows to return for a query. The default is to allow
437
+ an unlimited number of rows.
434
438
<varlistentry>
435
439
<term>
436
440
<replaceable class="parameter">#</replaceable>
@@ -445,12 +449,12 @@ DEFAULT
445
449
</term>
446
450
<listitem>
447
451
<para>
448
- Sets the number of rows returned by a query to unlimited.
452
+ Sets the maximum number of rows returned by a query to be unlimited.
449
453
</varlistentry>
450
454
451
455
<para>
452
- By default, there is no limit to the number of rows
453
- returned by a query.
456
+ By default, there is no limit to the number of rows
457
+ returned by a query.
454
458
</variablelist>
455
459
456
460
</VARLISTENTRY>
0 commit comments