Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc750cb4

Browse files
committed
Document that pg_ctl cares about the PGHOST environment variable.
1 parentb4689bf commitc750cb4

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

‎doc/src/sgml/ref/pg_ctl-ref.sgml‎

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.47 2009/12/10 06:32:28 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.48 2010/02/22 22:30:10 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -392,15 +392,27 @@ PostgreSQL documentation
392392
</listitem>
393393
</varlistentry>
394394

395+
<varlistentry>
396+
<term><envar>PGHOST</envar></term>
397+
398+
<listitem>
399+
<para>
400+
Default hostname or Unix-domain socket location for <xref
401+
linkend="app-psql"> (used by the -w option).
402+
</para>
403+
</listitem>
404+
</varlistentry>
405+
395406
<varlistentry>
396407
<term><envar>PGPORT</envar></term>
397408

398409
<listitem>
399410
<para>
400-
Default port for <xref linkend="app-psql"> (used by the -w option).
411+
Default portnumberfor <xref linkend="app-psql"> (used by the -w option).
401412
</para>
402413
</listitem>
403414
</varlistentry>
415+
404416
</variablelist>
405417

406418
<para>

‎doc/src/sgml/ref/postgres-ref.sgml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.51 2007/07/09 01:08:09 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.52 2010/02/22 22:30:10 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -579,7 +579,7 @@ PostgreSQL documentation
579579

580580
<listitem>
581581
<para>
582-
Default port (preferably set in the configuration file)
582+
Default portnumber(preferably set in the configuration file)
583583
</para>
584584
</listitem>
585585
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp