@@ -486,8 +486,8 @@ service postgresql initdb
486
486
management system.
487
487
It tries to automatically enable SSL on the newly created
488
488
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>.
491
491
</para>
492
492
<para>
493
493
<productname>&productname;</productname> distribution for Debian-based systems
@@ -537,11 +537,11 @@ service postgresql initdb
537
537
copies of the <application>pg_config</application> utility, one in the
538
538
<filename>libpq-dev</filename> package and the other in <filename>postgrespro-server-dev-&majorversion;</filename> package.
539
539
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
541
541
files. So, if you are planning to develop both client
542
542
applications and server extensions on same system, make sure
543
543
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.
545
545
</para>
546
546
</note>
547
547
</sect3>
@@ -886,7 +886,7 @@ service postgresql initdb
886
886
<sect3>
887
887
<title>Creating the Default Database</title>
888
888
<para>
889
- To start postgres server after installation of the server
889
+ To start Postgres server after installation of the server
890
890
package, run the following command:
891
891
</para>
892
892
<programlisting>
@@ -972,7 +972,7 @@ service postgrespro start
972
972
The current version of <literal>PL/Python</literal> is dynamically
973
973
linked with Python shared library in the LanguagePack installers.
974
974
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
976
976
interpreters would no longer be functional with
977
977
<literal>PL/Python</literal>. You are recommended to use
978
978
LanguagePack installers for <literal>PL/Perl</literal> and
@@ -1037,7 +1037,7 @@ service postgrespro start
1037
1037
</listitem>
1038
1038
<listitem>
1039
1039
<para>
1040
- <literal>Password</literal> — password of the users
1040
+ <literal>Password</literal> — password of the user
1041
1041
</para>
1042
1042
</listitem>
1043
1043
<listitem>
0 commit comments