File: slony-execute.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (21 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>