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

Commit 7abde45

Browse files
author
Vladimir Ershov
committed
Merge branch 'PGPROEE10' into PGPROEE10_scheduler
2 parents fa1794f + f7515c3 commit 7abde45

File tree

10 files changed

+448
-72
lines changed

10 files changed

+448
-72
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ fi
27882788
PGPRO_VERSION="$PACKAGE_VERSION.1"
27892789
PGPRO_PACKAGE_NAME="PostgresPro"
27902790
PGPRO_EDITION="enterprise"
2791-
PRODUCT_NAME="PostgresPro Enterprise"
2791+
PRODUCT_NAME="Postgres Pro Enterprise"
27922792

27932793

27942794

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PGAC_ARG_REQ(with, extra-version, [STRING], [append STRING to version],
4141
PGPRO_VERSION="$PACKAGE_VERSION.1"
4242
PGPRO_PACKAGE_NAME="PostgresPro"
4343
PGPRO_EDITION="enterprise"
44-
PRODUCT_NAME="PostgresPro Enterprise"
44+
PRODUCT_NAME="Postgres Pro Enterprise"
4545
AC_SUBST(PGPRO_PACKAGE_NAME)
4646
AC_SUBST(PGPRO_EDITION)
4747
AC_DEFINE_UNQUOTED(PG_VERSION, "$PG_VERSION", [PostgreSQL version as a string])

doc/src/sgml/multimaster.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<title>Limitations</title>
6767
<para>The <filename>multimaster</filename> extension takes care of the database replication in a fully automated way. You can perform write transactions on any node and work with temporary tables on each cluster node simultaneously. However, make sure to take the following replication restrictions into account:</para>
6868
<itemizedlist>
69+
<listitem>
70+
<para>
71+
Microsoft Windows operating system is not supported.
72+
</para>
73+
</listitem>
6974
<listitem>
7075
<para>
7176
<filename>multimaster</filename> can only replicate one database

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
</listitem>
6565
</itemizedlist>
6666

67+
<note>
68+
<para>
69+
<filename>pgpro_scheduler</filename> is not supported for clusters
70+
configured with <xref linkend="multimaster">.
71+
</para>
72+
</note>
73+
6774
<sect2 id="pgpro-scheduler-installation">
6875
<title>Installation and Setup</title>
6976
<para>

0 commit comments

Comments
 (0)