File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
<sect2 id="jsquery-installation">
52
52
<title>Installation</title>
53
53
<para>
54
- When you installed PostgresPro distribution, jsquery is available
54
+ When you installed <productname>Postgres Pro</productname> distribution, jsquery is available
55
55
as a contrib moudle. Install contrib modules (postgrespro-contrib
56
56
package in the binary distribution for Linux, or make -C contrib
57
57
install if you are building from source), then start psql shell
Original file line number Diff line number Diff line change 11
11
<title>Legal Notice</title>
12
12
13
13
<para>
14
- <productname>PostgresPro </productname> is Copyright © 2016 by the
14
+ <productname>Postgres Pro </productname> is Copyright © 2016 by the
15
15
Postgres Professional.
16
16
</para>
17
17
<para>
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ Lockfree Pin/UnpinBuffer backported from 9.6
72
72
<literal>version()</> SQL function now returns <literal>PostgreSQL
73
73
9.5.2</literal>, as in vanilla PostgreSQL, because some client frameworks
74
74
such as <productname>SQL Alchemy</productname> are confused seeing
75
- PostgresPro here. Function <literal>pgpro_version</literal> is provided
76
- to report PostgresPro release.
75
+ Postgres Pro here. Function <literal>pgpro_version</literal> is provided
76
+ to report Postgres Pro release.
77
77
</para>
78
78
</listitem>
79
79
</itemizedlist>
@@ -237,15 +237,15 @@ Lockfree Pin/UnpinBuffer backported from 9.6
237
237
238
238
<sect2>
239
239
240
- <title>Migration to PostgresPro 9.5</title>
240
+ <title>Migration to Postgres Pro 9.5</title>
241
241
<para>
242
242
A dump/restore using <xref linkend="app-pg-dumpall">, or use
243
243
of <xref linkend="pgupgrade">, is required for those wishing to migrate
244
244
data from any previous release.
245
245
</para>
246
246
<para>
247
247
Dump/restore is not neccessary when migrating from PostgreSQL 9.5 to
248
- PostgresPro 9.5.
248
+ Postgres Pro 9.5.
249
249
</para>
250
250
</sect2>
251
251
You can’t perform that action at this time.
0 commit comments