View | Details | Raw Unified | Return to bug 82589
Collapse All | Expand All

(-)slony1.new/Makefile (-40 / +28 lines)
Lines 6-52 Link Here
6
#
6
#
7
7
8
PORTNAME=	slony1
8
PORTNAME=	slony1
9
PORTVERSION=	1.0.5
9
PORTVERSION=	1.1.0
10
PORTREVISION=	2
10
#PORTREVISION=	0
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
12
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
13
13
14
MAINTAINER=	vivek@khera.org
14
MAINTAINER=	vivek@khera.org
15
COMMENT=	PostgreSQL master to multiple slaves replication system
15
COMMENT=	PostgreSQL master to multiple replicas replication system
16
16
17
PGSQL_PORT=	${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
17
PGSQL_PORT=	${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
18
BUILD_DEPENDS=	${NONEXISTENT}:${PGSQL_PORT}:configure
19
.if ! defined(NOPORTDOCS)
20
BUILD_DEPENDS+=	${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm \
21
		${LOCALBASE}/bin/djpeg:${PORTSDIR}/graphics/jpeg \
22
		${LOCALBASE}/bin/ps2pdf:${PORTSDIR}/print/ghostscript-gnu
23
.else
24
EXTRA_PATCHES=	${FILESDIR}/extra-GNUmakefile.in
25
.endif
26
RUN_DEPENDS=	${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
18
RUN_DEPENDS=	${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
27
19
28
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
29
USE_BISON=	yes
30
USE_GETTEXT=	yes
31
USE_GMAKE=	yes
21
USE_GMAKE=	yes
32
PGSQL_SRC=	`cd ${PGSQL_PORT}; make -V WRKSRC`
22
USE_BZIP2=	yes
33
CONFIGURE_ARGS=	--with-pgsourcetree=${PGSQL_SRC}
23
USE_RC_SUBR=	slon.sh
34
24
35
PLIST_FILES=	bin/slon bin/slonik bin/slony_setup.pl \
25
SUB_FILES=	pkg-message slon-mkservice.sh
36
		lib/postgresql/slony1_funcs.so lib/postgresql/xxid.so \
26
SUB_LIST=	LOCALBASE=${LOCALBASE} NAME=slon
37
		share/postgresql/slony1_base.sql \
38
		share/postgresql/slony1_funcs.sql \
39
		share/postgresql/slony1_base.v73.sql \
40
		share/postgresql/slony1_base.v74.sql \
41
		share/postgresql/slony1_funcs.v73.sql \
42
		share/postgresql/slony1_funcs.v74.sql \
43
		share/postgresql/xxid.v73.sql \
44
		share/postgresql/xxid.v74.sql
45
PORTDOCS=	*.pdf howto COPYRIGHT README slonik_commands.html
46
27
47
DEFAULT_PGSQL_VER?=74
28
OPTIONS=	PERLTOOLS "Install perl configuration tools" Off
48
29
49
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
32
.if defined(WITH_PERLTOOLS)
33
USE_PERL5_RUN=	yes
34
CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin
35
PLIST_SUB+=  PERLTOOLS=""
36
SUB_LIST+=  PERLTOOLS=""
37
.else
38
PLIST_SUB+=  PERLTOOLS="@comment "
39
SUB_LIST+=  PERLTOOLS="@comment "
40
.endif
41
42
DEFAULT_PGSQL_VER?=80
43
50
# Setting/finding PostgreSQL version we want.
44
# Setting/finding PostgreSQL version we want.
51
.if exists(${LOCALBASE}/bin/postmaster)
45
.if exists(${LOCALBASE}/bin/postmaster)
52
PGSQL_VER!=	${LOCALBASE}/bin/postmaster -V | \
46
PGSQL_VER!=	${LOCALBASE}/bin/postmaster -V | \
Lines 57-78 Link Here
57
PGSQL_VER=	${DEFAULT_PGSQL_VER}
51
PGSQL_VER=	${DEFAULT_PGSQL_VER}
58
.endif
52
.endif
59
53
60
pre-configure:
54
post-install:
61
	cd ${PGSQL_SRC}/src/interfaces/libpq && ${GMAKE} all
62
	cd ${PGSQL_SRC}/src/port && ${GMAKE} all
63
64
do-install:
65
	cd ${WRKSRC} && ${GMAKE} install
66
	${INSTALL_SCRIPT} ${WRKSRC}/tools/slony_setup.pl ${PREFIX}/bin
67
.if ! defined(NOPORTDOCS)
55
.if ! defined(NOPORTDOCS)
68
	${MKDIR} ${DOCSDIR}
56
	${MKDIR} ${DOCSDIR}
69
	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README ${DOCSDIR}
57
	${MKDIR} ${DOCSDIR}/adminguide
70
	${INSTALL_DATA} ${WRKSRC}/doc/concept/Slony-I-concept.pdf ${DOCSDIR}
58
	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/UPGRADING ${DOCSDIR}
71
	${INSTALL_DATA} ${WRKSRC}/doc/implementation/Slony-I-implementation.pdf ${DOCSDIR}
59
	${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
72
	${MKDIR} ${DOCSDIR}/howto
60
	${INSTALL_DATA} ${WRKSRC}/doc/adminguide/prebuilt/*.html ${DOCSDIR}/adminguide/
73
	${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${DOCSDIR}/howto
74
	${INSTALL_DATA} ${WRKSRC}/doc/howto/slonik_commands.html ${DOCSDIR}
75
.endif
61
.endif
62
	@${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice
63
	@${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/
76
	${CAT} ${PKGMESSAGE}
64
	${CAT} ${PKGMESSAGE}
77
65
78
.include <bsd.port.post.mk>
66
.include <bsd.port.post.mk>
(-)slony1.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (slony1-1.0.5.tar.gz) = 66fcc0f53028101e4e0f969e5f47fe43
1
MD5 (slony1-1.1.0.tar.bz2) = a2d738840dc2ce5fc3f7fa27c5a434dc
2
SIZE (slony1-1.0.5.tar.gz) = 374903
2
SIZE (slony1-1.1.0.tar.bz2) = 1183776
(-)slony1.new/files/extra-GNUmakefile.in (-11 lines)
Lines 1-11 Link Here
1
--- GNUmakefile.in.orig	Thu Jun 10 11:09:18 2004
2
+++ GNUmakefile.in	Mon Jun 28 02:16:04 2004
3
@@ -25,7 +25,7 @@
4
   $(wildcard makefiles/*)
5
 
6
 
7
-SUBDIRS = src doc
8
+SUBDIRS = src
9
 
10
 all:
11
 	for subdir in $(SUBDIRS) ; do \
(-)slony1.new/files/patch-builddocs (-14 lines)
Lines 1-14 Link Here
1
--- doc/Makefile.orig	Thu Mar 18 20:32:21 2004
2
+++ doc/Makefile	Wed Jun 23 17:30:53 2004
3
@@ -15,9 +15,9 @@
4
 
5
 DISTFILES = Makefile
6
 
7
-all install installdirs:
8
+install installdirs:
9
 
10
-clean distclean maintainer-clean:
11
+all clean distclean maintainer-clean:
12
 	for subdir in $(SUBDIRS) ; do \
13
 		$(MAKE) -C $$subdir $@ ; \
14
 	done
(-)slony1.new/files/patch-cleanupthread (-17 lines)
Lines 1-17 Link Here
1
Index: src/slon/cleanup_thread.c
2
===================================================================
3
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
4
retrieving revision 1.13.2.4
5
retrieving revision 1.13.2.5
6
diff -u -r1.13.2.4 -r1.13.2.5
7
--- cleanup_thread.c	30 Sep 2004 17:45:06 -0000	1.13.2.4
8
+++ cleanup_thread.c	12 Jan 2005 03:15:36 -0000	1.13.2.5
9
@@ -145,7 +145,7 @@
10
 					"delete from %s.sl_log_1 "
11
 					"where log_origin = '%s' "
12
 					"and log_xid < '%s'; "
13
-					"delete from %s.sl_log_1 "
14
+					"delete from %s.sl_log_2 "
15
 					"where log_origin = '%s' "
16
 					"and log_xid < '%s'; "
17
 					"delete from %s.sl_seqlog "
(-)slony1.new/files/pkg-message.in (+26 lines)
Line 0 Link Here
1
**********************************************************************
2
3
4
Please read the docs on configuring and runing slony-1.  Unless you specified
5
NOPORTDOCS, they are in the %%LOCALBASE%%/share/doc/slony1 directory.
6
7
If you are upgrading from a prior version of slony, please read the UPGRADING
8
file in the above docs directory.
9
10
The script %%LOCALBASE%%/sbin/slon-mkservice can be used to create a control
11
directory to run and monitor the slon daemon under svscan from daemontools.
12
If you use this, be sure not to set slon_enable="YES" in /etc/rc.conf.
13
14
If you prefer to use the standard startup script in %%LOCALBASE%%/etc/rc.d then
15
set slon_enable="YES" in /etc/rc.conf to enable the slon.sh script.
16
17
To use either of the above startup configurations, you will need to set up a
18
%%LOCALBASE%%/etc/slon.conf file to tell slon what to replicate.   This file
19
is documented in %%LOCALBASE%%/share/doc/slony1/adminguide/runtime-config.html
20
21
%%PERLTOOLS%%To use the perl slony configuration and monitoring tools, you must
22
%%PERLTOOLS%%create %%LOCALBASE%%/etc/slon_tools.conf based on the sample file.
23
24
25
26
**********************************************************************
(-)slony1.new/files/slon-mkservice.sh.in (+38 lines)
Line 0 Link Here
1
#!/bin/sh
2
3
# create a slon service directory for use with svscan from deamontools
4
5
echo -n 'specify directory for "slon" service like "/var/slon-master": '
6
read DIR
7
if [ -z "$DIR" ]; then
8
 echo "Directory must be non-empty"
9
 exit 1;
10
fi
11
12
echo -n 'System user name for programs to run under (default pgsql): '
13
read sysuser
14
if [ -z "$sysuser" ]; then
15
 echo "User name pgsql being used."
16
 sysuser='pgsql'
17
fi
18
19
mkdir -p ${DIR}/env ${DIR}/supervise || exit 1
20
mkdir -p ${DIR}/log/main ${DIR}/log/supervise || exit 1
21
22
cat > ${DIR}/run  <<EOF
23
#!/bin/sh
24
exec 2>&1
25
26
exec envdir ./env sh -c 'exec envuidgid ${sysuser} slon -f \${CONFIGFILE}'
27
EOF
28
chmod +x ${DIR}/run
29
30
cat >${DIR}/log/run <<EOF
31
#!/bin/sh
32
exec setuidgid ${sysuser} multilog t ./main
33
EOF
34
chmod +x ${DIR}/log/run
35
36
echo "%%PREFIX%%/etc/slon.conf" > ${DIR}/env/CONFIGFILE
37
38
chown -R ${sysuser} ${DIR}
(-)slony1.new/files/slon.conf-sample (+16 lines)
Line 0 Link Here
1
# sample config file. see share/doc/slony1/runtime-config.html
2
# values are overridden by command line options.
3
# not all settings are shown here.
4
5
syslog 0
6
log_level 4
7
log_timestamp 1
8
9
cluster_name sample
10
conn_info 'dbname=pgbench user=postgres host=localhost port=5432'
11
12
#sync_interval 100
13
#sync_interval_timeout 1000
14
#sync_group_maxsize 6
15
#vac_frequency 3
16
#desired_sync_time 60000
(-)slony1.new/files/slon.sh.in (+30 lines)
Line 0 Link Here
1
#!/bin/sh
2
#
3
# $FreeBSD:  $
4
#
5
6
# PROVIDE: %%NAME%%
7
# REQUIRE: postgresql
8
# KEYWORD: FreeBSD shutdown
9
10
# Add the following line to /etc/rc.conf to enable `%%NAME%%':
11
#
12
#%%NAME%%_enable="YES"
13
#
14
# and be sure to configure %%PREFIX%%/etc/%%NAME%%.conf
15
16
. "%%RC_SUBR%%"
17
18
name="%%NAME%%"
19
rcvar=`set_rcvar`
20
21
pidfile="/var/run/$name.pid"
22
command="%%PREFIX%%/bin/slon"
23
command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile"
24
required_files="%%PREFIX%%/etc/$name.conf"
25
26
# read configuration and set defaults
27
load_rc_config "$name"
28
: ${%%NAME%%_enable="NO"}
29
30
run_rc_command "$1"
(-)slony1.new/pkg-descr (-1 / +1 lines)
Lines 10-13 Link Here
10
sites, where the normal mode of operation is that all nodes
10
sites, where the normal mode of operation is that all nodes
11
are available.
11
are available.
12
12
13
WWW: http://www.slony.org/
13
WWW: http://www.slony.info/
(-)slony1.new/pkg-message (-8 lines)
Lines 1-8 Link Here
1
For running slony1 you need:
2
     slony postgresql superuser with password set
3
     slony system user (makes auth. of slony db user easier)
4
     TCP/IP enabled in postgresql (for replication of non local db)
5
6
There is a perl script slony_setup.pl which helps you to create initial
7
configuration. Installing this package do not makes any needed system
8
changes.
(-)slony1.new/pkg-plist (+239 lines)
Line 0 Link Here
1
bin/slon
2
bin/slonik
3
sbin/slon-mkservice
4
lib/postgresql/slony1_funcs.so
5
lib/postgresql/xxid.so
6
etc/slon.conf-sample
7
share/postgresql/slony1_base.sql
8
share/postgresql/slony1_base.v73.sql
9
share/postgresql/slony1_base.v74.sql
10
share/postgresql/slony1_funcs.sql
11
share/postgresql/slony1_funcs.v73.sql
12
share/postgresql/slony1_funcs.v74.sql
13
share/postgresql/xxid.v73.sql
14
share/postgresql/xxid.v74.sql
15
%%PERLTOOLS%%sbin/show_configuration
16
%%PERLTOOLS%%sbin/slon_kill
17
%%PERLTOOLS%%sbin/slon_start
18
%%PERLTOOLS%%sbin/slon_watchdog
19
%%PERLTOOLS%%sbin/slon_watchdog2
20
%%PERLTOOLS%%sbin/slonik_build_env
21
%%PERLTOOLS%%sbin/slonik_create_set
22
%%PERLTOOLS%%sbin/slonik_drop_node
23
%%PERLTOOLS%%sbin/slonik_drop_set
24
%%PERLTOOLS%%sbin/slonik_execute_script
25
%%PERLTOOLS%%sbin/slonik_failover
26
%%PERLTOOLS%%sbin/slonik_init_cluster
27
%%PERLTOOLS%%sbin/slonik_merge_sets
28
%%PERLTOOLS%%sbin/slonik_move_set
29
%%PERLTOOLS%%sbin/slonik_restart_node
30
%%PERLTOOLS%%sbin/slonik_store_node
31
%%PERLTOOLS%%sbin/slonik_subscribe_set
32
%%PERLTOOLS%%sbin/slonik_uninstall_nodes
33
%%PERLTOOLS%%sbin/slonik_unsubscribe_set
34
%%PERLTOOLS%%sbin/slonik_update_nodes
35
%%PERLTOOLS%%sbin/slony_show_configuration
36
%%PERLTOOLS%%lib/slon-tools.pm
37
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
38
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
39
%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
40
%%PORTDOCS%%%%DOCSDIR%%/README
41
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
42
%%PORTDOCS%%%%DOCSDIR%%/Slony-I-concept.pdf
43
%%PORTDOCS%%%%DOCSDIR%%/Slony-I-implementation.pdf
44
%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html
45
%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html
46
%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html
47
%%PORTDOCS%%%%DOCSDIR%%/adminguide/altperl.html
48
%%PORTDOCS%%%%DOCSDIR%%/adminguide/bestpractices.html
49
%%PORTDOCS%%%%DOCSDIR%%/adminguide/bookindex.html
50
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html
51
%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html
52
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html
53
%%PORTDOCS%%%%DOCSDIR%%/adminguide/commandreference.html
54
%%PORTDOCS%%%%DOCSDIR%%/adminguide/concepts.html
55
%%PORTDOCS%%%%DOCSDIR%%/adminguide/ddlchanges.html
56
%%PORTDOCS%%%%DOCSDIR%%/adminguide/definingsets.html
57
%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html
58
%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html
59
%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html
60
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html
61
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html
62
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html
63
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html
64
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanuplistener.html
65
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html
66
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html
67
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html
68
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text.html
69
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text.html
70
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text.html
71
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html
72
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html
73
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html
74
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-int-integer-text-integer.html
75
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-integer-text-integer.html
76
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html
77
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html
78
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html
79
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameserial-text.html
80
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameunique-text-name.html
81
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-int-integer.html
82
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-integer.html
83
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-int-integer-integer-integer.html
84
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-integer-integer-integer.html
85
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-int-integer.html
86
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-integer.html
87
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-int-integer-integer.html
88
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-integer-integer.html
89
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-int-integer.html
90
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-integer.html
91
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-int-integer-name.html
92
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-integer-name.html
93
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-int-integer.html
94
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-integer.html
95
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-int-integer-integer-integer.html
96
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-integer-integer-integer.html
97
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode-integer-integer.html
98
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode2-integer-integer-integer-bigint-bigint.html
99
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failoverset-int-integer-integer-integer.html
100
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.forwardconfirm-integer-integer-bigint-timestamp-without-time-zone.html
101
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.generate-sync-event-interval.html
102
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getlocalnodeid-name.html
103
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html
104
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html
105
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html
106
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html
107
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html
108
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html
109
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html
110
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html
111
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer.html
112
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html
113
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html
114
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentriesone-integer-integer.html
115
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html
116
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html
117
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html
118
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-integer-integer-text-text.html
119
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-int-integer-integer-text-name-text.html
120
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-integer-integer-text-name-text.html
121
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-int-integer.html
122
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-integer.html
123
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-int-integer.html
124
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-integer.html
125
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-int-integer-integer.html
126
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-integer-integer.html
127
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-int-integer-integer.html
128
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-integer-integer.html
129
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setsessionrole-name-text.html
130
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-brute-text.html
131
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-input-text.html
132
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversion.html
133
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionmajor.html
134
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionminor.html
135
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionpatchlevel.html
136
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-int-integer-integer-integer.html
137
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-integer-integer-integer.html
138
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-int-integer-text-boolean.html
139
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-integer-text-boolean.html
140
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-int-integer-integer-text-integer.html
141
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-integer-integer-text-integer.html
142
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-int-integer-integer-text.html
143
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-integer-text.html
144
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-int-integer-name.html
145
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-integer-name.html
146
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-int-integer-integer-integer-boolean.html
147
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-integer-integer-integer-boolean.html
148
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html
149
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html
150
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html
151
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-name.html
152
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html
153
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html
154
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html
155
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-integer-integer.html
156
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updaterelname-integer-integer.html
157
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updatereloid-integer-integer.html
158
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html
159
%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html
160
%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html
161
%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html
162
%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html
163
%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html
164
%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html
165
%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html
166
%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html
167
%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html
168
%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html
169
%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html
170
%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html
171
%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html
172
%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html
173
%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html
174
%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html
175
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html
176
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html
177
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html
178
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonik.html
179
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikref.html
180
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikshell.html
181
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonstart.html
182
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html
183
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html
184
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html
185
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html
186
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html
187
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html
188
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroplisten.html
189
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropnode.html
190
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroppath.html
191
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropset.html
192
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroptrigger.html
193
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtecho.html
194
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtexit.html
195
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtfailover.html
196
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinclude.html
197
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinitcluster.html
198
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html
199
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html
200
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html
201
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html
202
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html
203
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html
204
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdropsequence.html
205
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdroptable.html
206
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovesequence.html
207
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovetable.html
208
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorelisten.html
209
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorenode.html
210
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorepath.html
211
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstoretrigger.html
212
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsubscribeset.html
213
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmttableaddkey.html
214
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtuninstallnode.html
215
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunlockset.html
216
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html
217
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html
218
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html
219
%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html
220
%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html
221
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html
222
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html
223
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-listen.html
224
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html
225
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html
226
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html
227
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html
228
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html
229
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html
230
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html
231
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-setsync.html
232
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-subscribe.html
233
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-table.html
234
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-trigger.html
235
%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html
236
%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html
237
%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html
238
%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide
239
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 82589