SVN Commit by andreas: r4511 - in trunk/pgadmin3/docs/en_US: . images - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4511 - in trunk/pgadmin3/docs/en_US: . images
Date
Msg-id 200510061134.j96BYiUA002924@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: andreas
Date: 2005-10-06 12:34:43 +0100 (Thu, 06 Oct 2005)
New Revision: 4511

Added:
   trunk/pgadmin3/docs/en_US/slony-execute.html
Modified:
   trunk/pgadmin3/docs/en_US/images/slony-execute.png
   trunk/pgadmin3/docs/en_US/pgadmin3.hhc
   trunk/pgadmin3/docs/en_US/pgadmin3.hhp.cached
   trunk/pgadmin3/docs/en_US/slony.html
Log:
Slony ddl execute

Modified: trunk/pgadmin3/docs/en_US/images/slony-execute.png
===================================================================
(Binary files differ)

Modified: trunk/pgadmin3/docs/en_US/pgadmin3.hhc
===================================================================
--- trunk/pgadmin3/docs/en_US/pgadmin3.hhc    2005-10-06 11:14:17 UTC (rev 4510)
+++ trunk/pgadmin3/docs/en_US/pgadmin3.hhc    2005-10-06 11:34:43 UTC (rev 4511)
@@ -148,11 +148,19 @@
                 <param name="Local" value="slony-path.html">
                 </OBJECT>
             <LI> <OBJECT type="text/sitemap">
+                <param name="Name" value="Execute DDL scripts with Slony-I">
+                <param name="Local" value="slony-execute.html">
+                </OBJECT>
+            <LI> <OBJECT type="text/sitemap">
                 <param name="Name" value="Creating sets and subscriptions">
                 <param name="Local" value="slony-set.html">
                 </OBJECT>
             <LI> <OBJECT type="text/sitemap">
-                <param name="Name" value="Maintenance">
+                <param name="Name" value="Execute DDL scripts with Slony-I">
+                <param name="Local" value="slony-execute.html">
+                </OBJECT>
+            <LI> <OBJECT type="text/sitemap">
+                <param name="Name" value="Slony-I tasks">
                 <param name="Local" value="slony-functions.html">
                 </OBJECT>
                     </UL>

Modified: trunk/pgadmin3/docs/en_US/pgadmin3.hhp.cached
===================================================================
(Binary files differ)

Added: trunk/pgadmin3/docs/en_US/slony-execute.html
===================================================================
--- trunk/pgadmin3/docs/en_US/slony-execute.html    2005-10-06 11:14:17 UTC (rev 4510)
+++ trunk/pgadmin3/docs/en_US/slony-execute.html    2005-10-06 11:34:43 UTC (rev 4511)
@@ -0,0 +1,21 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
+<title>Execute DDL scripts with Slony-I</title>
+</head>
+
+<body>
+<h3>Execute DDL scripts with Slony-I</h3>
+<BR>
+<center><img src="images/slony-execute.png"></center>
+
+<p>
+Most schema changes that can be executed with pgAdmin III are replication-aware, i.e.
+you can advise pgAdmin III to apply the change (create/alter) using the replication facilities,
+simply by selecting a replication set that is subscribed to all nodes which should
+receive the PostgreSQL object.
+</p>
+</body>
+</html>

Modified: trunk/pgadmin3/docs/en_US/slony.html
===================================================================
--- trunk/pgadmin3/docs/en_US/slony.html    2005-10-06 11:14:17 UTC (rev 4510)
+++ trunk/pgadmin3/docs/en_US/slony.html    2005-10-06 11:34:43 UTC (rev 4511)
@@ -22,9 +22,10 @@
         Create communication paths between nodes.</P>
     <LI><P><A HREF="slony-set.html">Creating sets and subscriptions</A> - Managing
         Slony-I replication sets and subscriptions.</P>
-    <LI><P><A HREF="slony-functions.html">Maintenance</A> - Additional
+    <LI><P><A HREF="slony-execute.html">Execute DDL scripts with Slony-I</A> - Allows
+        automatic schema change replications within the cluster.</P>
+    <LI><P><A HREF="slony-functions.html">Slony-I tasks</A> - Additional
         functions to maintain the cluster.</P>
-        </P>
 </UL>
 <BR>
 <p>


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4510 - trunk/pgadmin3/docs/en_US/images
Next
From: "Dave Page"
Date:
Subject: Re: SVN Commit by andreas: r4511 - in trunk/pgadmin3/docs/en_US: . images