File tree Expand file tree Collapse file tree 16 files changed +128
-38
lines changed Expand file tree Collapse file tree 16 files changed +128
-38
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.18 2006/09/16 00:30:17 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.19 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -190,6 +190,13 @@ PostgreSQL documentation
190
190
</listitem>
191
191
</varlistentry>
192
192
</variablelist>
193
+
194
+ <para>
195
+ This utility, like most other <productname>PostgreSQL</> utilities,
196
+ also uses the environment variables supported by <xref
197
+ linkend="libpq-envars" endterm="libpq">.
198
+ </para>
199
+
193
200
</refsect1>
194
201
195
202
@@ -235,7 +242,6 @@ PostgreSQL documentation
235
242
236
243
<simplelist type="inline">
237
244
<member><xref linkend="sql-cluster" endterm="sql-cluster-title"></member>
238
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
239
245
</simplelist>
240
246
</refsect1>
241
247
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.42 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.43 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -241,6 +241,13 @@ PostgreSQL documentation
241
241
</listitem>
242
242
</varlistentry>
243
243
</variablelist>
244
+
245
+ <para>
246
+ This utility, like most other <productname>PostgreSQL</> utilities,
247
+ also uses the environment variables supported by <xref
248
+ linkend="libpq-envars" endterm="libpq">.
249
+ </para>
250
+
244
251
</refsect1>
245
252
246
253
@@ -294,7 +301,6 @@ PostgreSQL documentation
294
301
<simplelist type="inline">
295
302
<member><xref linkend="app-dropdb"></member>
296
303
<member><xref linkend="sql-createdatabase" endterm="sql-createdatabase-title"></member>
297
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
298
304
</simplelist>
299
305
</refsect1>
300
306
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.38 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -171,6 +171,13 @@ PostgreSQL documentation
171
171
</listitem>
172
172
</varlistentry>
173
173
</variablelist>
174
+
175
+ <para>
176
+ This utility, like most other <productname>PostgreSQL</> utilities,
177
+ also uses the environment variables supported by <xref
178
+ linkend="libpq-envars" endterm="libpq">.
179
+ </para>
180
+
174
181
</refsect1>
175
182
176
183
@@ -181,7 +188,9 @@ PostgreSQL documentation
181
188
Most error messages are self-explanatory. If not, run
182
189
<application>createlang</application> with the <option>--echo</option>
183
190
option and see under the respective <acronym>SQL</acronym> command
184
- for details.
191
+ for details. Also, any default connection settings and environment
192
+ variables used by the <application>libpq</application> front-end
193
+ library will apply.
185
194
</para>
186
195
</refsect1>
187
196
@@ -216,7 +225,6 @@ PostgreSQL documentation
216
225
<simplelist type="inline">
217
226
<member><xref linkend="app-droplang"></member>
218
227
<member><xref linkend="sql-createlanguage" endterm="sql-createlanguage-title"></member>
219
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
220
228
</simplelist>
221
229
</refsect1>
222
230
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.45 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.46 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -331,6 +331,13 @@ PostgreSQL documentation
331
331
</listitem>
332
332
</varlistentry>
333
333
</variablelist>
334
+
335
+ <para>
336
+ This utility, like most other <productname>PostgreSQL</> utilities,
337
+ also uses the environment variables supported by <xref
338
+ linkend="libpq-envars" endterm="libpq">.
339
+ </para>
340
+
334
341
</refsect1>
335
342
336
343
@@ -401,7 +408,6 @@ PostgreSQL documentation
401
408
<simplelist type="inline">
402
409
<member><xref linkend="app-dropuser"></member>
403
410
<member><xref linkend="sql-createrole" endterm="sql-createrole-title"></member>
404
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
405
411
</simplelist>
406
412
</refsect1>
407
413
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.28 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.29 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -168,6 +168,13 @@ PostgreSQL documentation
168
168
</listitem>
169
169
</varlistentry>
170
170
</variablelist>
171
+
172
+ <para>
173
+ This utility, like most other <productname>PostgreSQL</> utilities,
174
+ also uses the environment variables supported by <xref
175
+ linkend="libpq-envars" endterm="libpq">.
176
+ </para>
177
+
171
178
</refsect1>
172
179
173
180
@@ -220,7 +227,6 @@ DROP DATABASE</computeroutput>
220
227
<simplelist type="inline">
221
228
<member><xref linkend="app-createdb"></member>
222
229
<member><xref linkend="sql-dropdatabase" endterm="sql-dropdatabase-title"></member>
223
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
224
230
</simplelist>
225
231
</refsect1>
226
232
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.27 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.28 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -179,6 +179,13 @@ PostgreSQL documentation
179
179
</listitem>
180
180
</varlistentry>
181
181
</variablelist>
182
+
183
+ <para>
184
+ This utility, like most other <productname>PostgreSQL</> utilities,
185
+ also uses the environment variables supported by <xref
186
+ linkend="libpq-envars" endterm="libpq">.
187
+ </para>
188
+
182
189
</refsect1>
183
190
184
191
@@ -189,7 +196,9 @@ PostgreSQL documentation
189
196
Most error messages are self-explanatory. If not, run
190
197
<application>droplang</application> with the <option>--echo</option>
191
198
option and see under the respective <acronym>SQL</acronym> command
192
- for details.
199
+ for details. Also, any default connection settings and environment
200
+ variables used by the <application>libpq</application> front-end
201
+ library will apply.
193
202
</para>
194
203
</refsect1>
195
204
@@ -220,7 +229,6 @@ PostgreSQL documentation
220
229
<simplelist type="inline">
221
230
<member><xref linkend="app-createlang"></member>
222
231
<member><xref linkend="sql-droplanguage" endterm="sql-droplanguage-title"></member>
223
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
224
232
</simplelist>
225
233
</refsect1>
226
234
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.34 2006/09/16 00:30:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.35 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -171,6 +171,13 @@ PostgreSQL documentation
171
171
</listitem>
172
172
</varlistentry>
173
173
</variablelist>
174
+
175
+ <para>
176
+ This utility, like most other <productname>PostgreSQL</> utilities,
177
+ also uses the environment variables supported by <xref
178
+ linkend="libpq-envars" endterm="libpq">.
179
+ </para>
180
+
174
181
</refsect1>
175
182
176
183
@@ -223,7 +230,6 @@ DROP ROLE</computeroutput>
223
230
<simplelist type="inline">
224
231
<member><xref linkend="app-createuser"></member>
225
232
<member><xref linkend="sql-droprole" endterm="sql-droprole-title"></member>
226
- <member>Environment Variables (<xref linkend="libpq-envars">)</member>
227
233
</simplelist>
228
234
</refsect1>
229
235
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.40 2007/02/01 19 :10:24 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.41 2007/02/20 18 :10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -291,6 +291,13 @@ PostgreSQL documentation
291
291
</listitem>
292
292
</varlistentry>
293
293
</variablelist>
294
+
295
+ <para>
296
+ This utility, like most other <productname>PostgreSQL</> utilities,
297
+ also uses the environment variables supported by <xref
298
+ linkend="libpq-envars" endterm="libpq">.
299
+ </para>
300
+
294
301
</refsect1>
295
302
296
303
<refsect1>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_controldata.sgml,v 1.9 2007/01/31 23:26:04 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_controldata.sgml,v 1.10 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -57,7 +57,6 @@ PostgreSQL documentation
57
57
</para>
58
58
</listitem>
59
59
</varlistentry>
60
-
61
60
</variablelist>
62
61
</refsect1>
63
62
</refentry>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.38 2007/01/31 23:26:04 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -357,6 +357,9 @@ PostgreSQL documentation
357
357
358
358
<para>
359
359
For additional server variables, see <xref linkend="app-postgres">.
360
+ This utility, like most other <productname>PostgreSQL</> utilities,
361
+ also uses the environment variables supported by <xref
362
+ linkend="libpq-envars" endterm="libpq">.
360
363
</para>
361
364
</refsect1>
362
365
You can’t perform that action at this time.
0 commit comments