@@ -87,7 +87,7 @@ PostgreSQL documentation
87
87
88
88
<varlistentry>
89
89
<term><option>-D <replaceable class="parameter">tablespace</replaceable></></term>
90
- <term><option>--tablespace <replaceable class="parameter">tablespace</replaceable></></term>
90
+ <term><option>--tablespace= <replaceable class="parameter">tablespace</replaceable></></term>
91
91
<listitem>
92
92
<para>
93
93
Specifies the default tablespace for the database.
@@ -108,7 +108,7 @@ PostgreSQL documentation
108
108
109
109
<varlistentry>
110
110
<term><option>-l <replaceable class="parameter">locale</replaceable></></term>
111
- <term><option>--locale <replaceable class="parameter">locale</replaceable></></term>
111
+ <term><option>--locale= <replaceable class="parameter">locale</replaceable></></term>
112
112
<listitem>
113
113
<para>
114
114
Specifies the locale to be used in this database. This is equivalent
@@ -118,7 +118,7 @@ PostgreSQL documentation
118
118
</varlistentry>
119
119
120
120
<varlistentry>
121
- <term><option>--lc-collate <replaceable class="parameter">locale</replaceable></></term>
121
+ <term><option>--lc-collate= <replaceable class="parameter">locale</replaceable></></term>
122
122
<listitem>
123
123
<para>
124
124
Specifies the LC_COLLATE setting to be used in this database.
@@ -127,7 +127,7 @@ PostgreSQL documentation
127
127
</varlistentry>
128
128
129
129
<varlistentry>
130
- <term><option>--lc-ctype <replaceable class="parameter">locale</replaceable></></term>
130
+ <term><option>--lc-ctype= <replaceable class="parameter">locale</replaceable></></term>
131
131
<listitem>
132
132
<para>
133
133
Specifies the LC_CTYPE setting to be used in this database.
@@ -137,7 +137,7 @@ PostgreSQL documentation
137
137
138
138
<varlistentry>
139
139
<term><option>-E <replaceable class="parameter">encoding</replaceable></></term>
140
- <term><option>--encoding <replaceable class="parameter">encoding</replaceable></></term>
140
+ <term><option>--encoding= <replaceable class="parameter">encoding</replaceable></></term>
141
141
<listitem>
142
142
<para>
143
143
Specifies the character encoding scheme to be used in this
@@ -150,7 +150,7 @@ PostgreSQL documentation
150
150
151
151
<varlistentry>
152
152
<term><option>-O <replaceable class="parameter">owner</replaceable></></term>
153
- <term><option>--owner <replaceable class="parameter">owner</replaceable></></term>
153
+ <term><option>--owner= <replaceable class="parameter">owner</replaceable></></term>
154
154
<listitem>
155
155
<para>
156
156
Specifies the database user who will own the new database.
@@ -160,7 +160,7 @@ PostgreSQL documentation
160
160
161
161
<varlistentry>
162
162
<term><option>-T <replaceable class="parameter">template</replaceable></></term>
163
- <term><option>--template <replaceable class="parameter">template</replaceable></></term>
163
+ <term><option>--template= <replaceable class="parameter">template</replaceable></></term>
164
164
<listitem>
165
165
<para>
166
166
Specifies the template database from which to build this database.
@@ -207,7 +207,7 @@ PostgreSQL documentation
207
207
<variablelist>
208
208
<varlistentry>
209
209
<term><option>-h <replaceable class="parameter">host</replaceable></></term>
210
- <term><option>--host <replaceable class="parameter">host</replaceable></></term>
210
+ <term><option>--host= <replaceable class="parameter">host</replaceable></></term>
211
211
<listitem>
212
212
<para>
213
213
Specifies the host name of the machine on which the
@@ -219,7 +219,7 @@ PostgreSQL documentation
219
219
220
220
<varlistentry>
221
221
<term><option>-p <replaceable class="parameter">port</replaceable></></term>
222
- <term><option>--port <replaceable class="parameter">port</replaceable></></term>
222
+ <term><option>--port= <replaceable class="parameter">port</replaceable></></term>
223
223
<listitem>
224
224
<para>
225
225
Specifies the TCP port or the local Unix domain socket file
@@ -230,7 +230,7 @@ PostgreSQL documentation
230
230
231
231
<varlistentry>
232
232
<term><option>-U <replaceable class="parameter">username</replaceable></></term>
233
- <term><option>--username <replaceable class="parameter">username</replaceable></></term>
233
+ <term><option>--username= <replaceable class="parameter">username</replaceable></></term>
234
234
<listitem>
235
235
<para>
236
236
User name to connect as.
0 commit comments