Skip to content

Commit be1646a

Browse files
committed
[Doc]: Fix product name
1 parent 35d3245 commit be1646a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15425,7 +15425,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
1542515425
<row>
1542615426
<entry><literal><function>pgpro_version()</function></literal></entry>
1542715427
<entry><type>text</type></entry>
15428-
<entry><productname>PostgresPro</> version information.</entry>
15428+
<entry><productname>Postgres Pro</> version information.</entry>
1542915429
</row>
1543015430
</tbody>
1543115431
</tgroup>
@@ -15656,7 +15656,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
1565615656
</indexterm>
1565715657
<para>
1565815658
<literal><function>pgpro_version()</function></literal>
15659-
returns a string, describing <productname>PostgresPro</> version
15659+
returns a string, describing <productname>Postgres Pro</> version
1566015660
information.</para>
1566115661
<indexterm>
1566215662
<primary>privilege</primary>

doc/src/sgml/hunspell-dict.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ALTER TEXT SEARCH CONFIGURATION russian_en
9595

9696
<para>
9797
You can create mixed dictionaries only for languages with different alphabets.
98-
If languages have similar alphabets then <productname>PostgresPro</> can not
98+
If languages have similar alphabets then <productname>Postgres Pro</> can not
9999
decide which dictionary should be used.
100100
</para>
101101

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
9.6.0</para>
1313
<para>Major enhancements over <productname>PostgresSQL</productname>
1414
9.6.0 include:</para>
15-
<para>Core patches from PostgresPro 9.5 has been applied:</para>
15+
<para>Core patches from Postgres Pro 9.5 has been applied:</para>
1616
<itemizedlist>
1717
<listitem>
1818
<para>Covering indices patch by Anastasia Lubennikova (Commit: 91b4e25614247833d7960c49d783f69b90c0c149)
@@ -25,7 +25,7 @@
2525
<para>Added order by to index_including test to make 32-bit FreeBSD happy (Commit: fd9fc27d40b5dd4db611418bb848760154ec9f55)</para>
2626
</listitem>
2727
</itemizedlist>
28-
<para>Modules has been ported from PostgresPro 9.5</para>
28+
<para>Modules has been ported from Postgres Pro 9.5</para>
2929
<itemizedlist>
3030
<listitem>
3131
<para><application>hunspell-dict</application> (See <xref linkend="hunspell-dict">)</para>

0 commit comments

Comments
 (0)