Skip to content

Commit 822de08

Browse files
committed
[Doc]: PGPRO-905, PGPRO-906, PGPRO-907 fixes
1 parent e96b4db commit 822de08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/installation-bin.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
</para>
190190
</listitem>
191191
<listitem>
192-
<para><filename>postgespro96</filename>
192+
<para><filename>postgrespro96</filename>
193193
</para>
194194
</listitem>
195195
<listitem>
@@ -222,7 +222,7 @@
222222
<listitem>
223223
<para>On SysVinit systems, such as Red Hat Enterprise Linux 6 and its derivatives, run:
224224
<programlisting>
225-
service postgresql initdb
225+
service postgrespro-&majorversion; initdb
226226
</programlisting>
227227
</para>
228228
</listitem>
@@ -237,7 +237,7 @@ service postgresql initdb
237237
</para>
238238
<para>
239239
The default database is created in the
240-
<filename>/var/lib/pgsql/&majorversion;/data</filename> directory. To change
240+
<filename>/var/lib/pgpro/&majorversion;/data</filename> directory. To change
241241
the default directory, modify the corresponding setting in the
242242
<filename>/etc/sysconfig/pgsq/postgrespro-&majorversion;</filename> file.
243243
</para>
@@ -870,7 +870,7 @@ service postgresql initdb
870870
<para>
871871
Server installations require
872872
<filename>postgrespro96-server</filename>,
873-
<filename>postgespro96</filename>, and
873+
<filename>postgrespro96</filename>, and
874874
<filename>postgrespro96-libs</filename> packages.
875875
To use additional <productname>&productname;</productname> extensions, you must also install
876876
the <filename>postgrespro96-contrib</filename>
@@ -1115,4 +1115,4 @@ shared_preload_libraries = '<replaceable>lib1</replaceable>, <replaceable>lib2</
11151115
<literal>CREATE EXTENSION</literal> statement.
11161116
</para>
11171117
</sect1>
1118-
</chapter>
1118+
</chapter>

0 commit comments

Comments
 (0)