File: runtime-config-short.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (116 lines) | stat: -rw-r--r-- 5,399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>17.16.Short Options</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="runtime-config.html" title="Chapter17.Server Configuration">
<link rel="prev" href="runtime-config-developer.html" title="17.15.Developer Options">
<link rel="next" href="user-manag.html" title="Chapter18.Database Roles and Privileges">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="runtime-config-short"></a>17.16.Short Options</h2></div></div></div>
<p>    For convenience there are also single letter command-line option switches
    available for some parameters. They are described in <a href="runtime-config-short.html#runtime-config-short-table" title="Table17.1.Short option key">Table17.1, &#8220;Short option key&#8221;</a>.
   </p>
<div class="table">
<a name="runtime-config-short-table"></a><p class="title"><b>Table17.1.Short option key</b></p>
<div class="table-contents"><table summary="Short option key" border="1">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>Short option</th>
<th>Equivalent</th>
</tr></thead>
<tbody>
<tr>
<td><code class="option">-B <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">shared_buffers = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td><code class="option">-d <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">log_min_messages = DEBUG<em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td><code class="option">-F</code></td>
<td><code class="literal">fsync = off</code></td>
</tr>
<tr>
<td><code class="option">-h <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">listen_addresses = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td><code class="option">-i</code></td>
<td><code class="literal">listen_addresses = '*'</code></td>
</tr>
<tr>
<td><code class="option">-k <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">unix_socket_directory = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td><code class="option">-l</code></td>
<td><code class="literal">ssl = on</code></td>
</tr>
<tr>
<td><code class="option">-N <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">max_connections = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td><code class="option">-p <em class="replaceable"><code>x</code></em></code></td>
<td><code class="literal">port = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td>          <code class="option">-fb</code>, <code class="option">-fh</code>, <code class="option">-fi</code>,
          <code class="option">-fm</code>, <code class="option">-fn</code>,
          <code class="option">-fs</code>, <code class="option">-ft</code><sup>[<a name="fn.runtime-config-short" href="#ftn.fn.runtime-config-short">a</a>]</sup>
         </td>
<td>          <code class="literal">enable_bitmapscan = off</code>,
          <code class="literal">enable_hashjoin = off</code>,
          <code class="literal">enable_indexscan = off</code>,
          <code class="literal">enable_mergejoin = off</code>,
          <code class="literal">enable_nestloop = off</code>,
          <code class="literal">enable_seqscan = off</code>,
          <code class="literal">enable_tidscan = off</code>
         </td>
</tr>
<tr>
<td>
<code class="option">-s</code><sup>[<a href="#ftn.fn.runtime-config-short">a</a>]</sup>
</td>
<td><code class="literal">log_statement_stats = on</code></td>
</tr>
<tr>
<td>
<code class="option">-S <em class="replaceable"><code>x</code></em></code><sup>[<a href="#ftn.fn.runtime-config-short">a</a>]</sup>
        </td>
<td><code class="literal">work_mem = <em class="replaceable"><code>x</code></em></code></td>
</tr>
<tr>
<td>
<code class="option">-tpa</code>, <code class="option">-tpl</code>, <code class="option">-te</code><sup>[<a href="#ftn.fn.runtime-config-short">a</a>]</sup>
</td>
<td>
<code class="literal">log_parser_stats = on</code>,
        <code class="literal">log_planner_stats = on</code>, 
        <code class="literal">log_executor_stats = on</code>
</td>
</tr>
</tbody>
<tbody class="footnotes"><tr><td colspan="2"><div class="footnote"><p><sup>[<a name="ftn.fn.runtime-config-short" href="#fn.runtime-config-short">a</a>] </sup>            For historical reasons, these options must be passed to
            the individual server process via the <code class="option">-o</code>
            <code class="command">postmaster</code> option, for example,
<pre class="screen">$ <strong class="userinput"><code>postmaster -o '-S 1024 -s'</code></strong></pre>
            or via <code class="envar">PGOPTIONS</code> from the client side, as
            explained above.
           </p></div></td></tr></tbody>
</table></div>
</div>
<br class="table-break">
</div></body>
</html>