Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4aa669

Browse files
committed
[Doc]: apply installation-bin+1.patch
1 parent 3239aad commit e4aa669

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/installation-bin.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ service postgresql initdb
486486
management system.
487487
It tries to automatically enable SSL on the newly created
488488
cluster, but can do so only if the <literal>postgres</literal>
489-
user is a member of <literal>ssl-cert</literal> group and there is default
490-
self-signed certificate in <filename>/etc/sss/certs</filename>.
489+
user is a member of <literal>ssl-cert</literal> group and there is
490+
valid certificate in <filename>/etc/ssl/certs</filename>.
491491
</para>
492492
<para>
493493
<productname>&productname;</productname> distribution for Debian-based systems
@@ -537,11 +537,11 @@ service postgresql initdb
537537
copies of the <application>pg_config</application> utility, one in the
538538
<filename>libpq-dev</filename> package and the other in <filename>postgrespro-server-dev-&majorversion;</filename> package.
539539
It is because both client programs and server extensions use
540-
this utility to determine location of postgres development
540+
this utility to determine location of Postgres development
541541
files. So, if you are planning to develop both client
542542
applications and server extensions on same system, make sure
543543
that you have installed <filename>libpq-dev</filename> and
544-
<filename>postgrespro-server-dev-X.X</filename> from same postgres product.
544+
<filename>postgrespro-server-dev-X.X</filename> from same Postgres product.
545545
</para>
546546
</note>
547547
</sect3>
@@ -886,7 +886,7 @@ service postgresql initdb
886886
<sect3>
887887
<title>Creating the Default Database</title>
888888
<para>
889-
To start postgres server after installation of the server
889+
To start Postgres server after installation of the server
890890
package, run the following command:
891891
</para>
892892
<programlisting>
@@ -972,7 +972,7 @@ service postgrespro start
972972
The current version of <literal>PL/Python</literal> is dynamically
973973
linked with Python shared library in the LanguagePack installers.
974974
Some distributions of Python interpreters (including ActivePython)
975-
on Linux do not include a dynamic library of Python. Such
975+
on Windows do not include a dynamic library of Python. Such
976976
interpreters would no longer be functional with
977977
<literal>PL/Python</literal>. You are recommended to use
978978
LanguagePack installers for <literal>PL/Perl</literal> and
@@ -1037,7 +1037,7 @@ service postgrespro start
10371037
</listitem>
10381038
<listitem>
10391039
<para>
1040-
<literal>Password</literal> &mdash; password of the users
1040+
<literal>Password</literal> &mdash; password of the user
10411041
</para>
10421042
</listitem>
10431043
<listitem>

0 commit comments

Comments
 (0)