diff options
Diffstat (limited to 'databases/slony1v2')
-rw-r--r-- | databases/slony1v2/Makefile | 90 | ||||
-rw-r--r-- | databases/slony1v2/distinfo | 6 | ||||
-rw-r--r-- | databases/slony1v2/files/pkg-message.in | 26 | ||||
-rw-r--r-- | databases/slony1v2/files/slon-mkservice.sh.in | 38 | ||||
-rw-r--r-- | databases/slony1v2/files/slon.conf-sample | 16 | ||||
-rw-r--r-- | databases/slony1v2/files/slon.sh.in | 108 | ||||
-rw-r--r-- | databases/slony1v2/pkg-descr | 13 | ||||
-rw-r--r-- | databases/slony1v2/pkg-plist | 284 |
8 files changed, 0 insertions, 581 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile deleted file mode 100644 index bd58411c6dc5..000000000000 --- a/databases/slony1v2/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -# New ports collection makefile for: slony1 -# Date created: 20 Jun 2004 -# Whom: Radim Kolar -# -# $FreeBSD$ -# - -PORTNAME= slony1 -PORTVERSION= 1.2.14 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://main.slony.info/downloads/1.2/source/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}-${PORTVERSION}-docs${EXTRACT_SUFX} - -MAINTAINER= vivek@khera.org -COMMENT= PostgreSQL master to multiple replicas replication system - -PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} -BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes -USE_RC_SUBR= slon.sh - -SUB_FILES= pkg-message slon-mkservice.sh -SUB_LIST+= NAME=slon - -OPTIONS= PERLTOOLS "Install perl configuration tools" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PERLTOOLS) -USE_PERL5= yes -CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -PLIST_SUB+= PERLTOOLS="" -SUB_LIST+= PERLTOOLS="" -.else -PLIST_SUB+= PERLTOOLS="@comment " -SUB_LIST+= PERLTOOLS="@comment " -.endif - -# let configure find postgres stuff in non-standard places -CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ - --with-pgbindir=${LOCALBASE}/bin \ - --with-pgincludedir=${LOCALBASE}/include \ - --with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \ - --with-pglibdir=${LOCALBASE}/lib \ - --with-pgpkglibdir=${LOCALBASE}/lib/postgresql \ - --with-pgsharedir=${LOCALBASE}/share/postgresql - -DEFAULT_PGSQL_VER?=80 - -# Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/postmaster) -PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ - ${SED} -En 's/.*PostgreSQL[^0-9]*([0-9]+)\.([0-9]+)\..*/\1\2/p' -.elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | \ - ${SED} -En 's/PostgreSQL[^0-9]*([0-9]*)\.([0-9]+)\..*/\1\2/p' -.else -PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif - -.if ! defined(NO_INSTALL_MANPAGES) -MAN1= slon.1 slonik.1 -.endif - -post-install: -.if ! defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/adminguide - ${MKDIR} ${DOCSDIR}/howto - ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR} -# ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/ - ${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/ -.endif -.if ! defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/doc/adminguide/man1/*.1 ${MAN1PREFIX}/man/man1 -.endif - @${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice - @${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo deleted file mode 100644 index 8d7560d36769..000000000000 --- a/databases/slony1v2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (slony1-1.2.14.tar.bz2) = 286278366f9da605d56209eec83f69bb -SHA256 (slony1-1.2.14.tar.bz2) = 6812cb86f963eb62154964eb36a262c907cea705436765bf82debdf1125c4c1b -SIZE (slony1-1.2.14.tar.bz2) = 871196 -MD5 (slony1-1.2.14-docs.tar.bz2) = d5f53bd2b0f654b58e0e762d4a179881 -SHA256 (slony1-1.2.14-docs.tar.bz2) = 1dc11dd9ef2cbbcb3cae1691381cc6044dc5e5f68eefa1f79fd058f45235f3d9 -SIZE (slony1-1.2.14-docs.tar.bz2) = 210555 diff --git a/databases/slony1v2/files/pkg-message.in b/databases/slony1v2/files/pkg-message.in deleted file mode 100644 index d63faf0d7d1b..000000000000 --- a/databases/slony1v2/files/pkg-message.in +++ /dev/null @@ -1,26 +0,0 @@ -********************************************************************** - - -Please read the docs on configuring and runing slony-1. Unless you specified -NOPORTDOCS, they are in the %%LOCALBASE%%/share/doc/slony1 directory. - -If you are upgrading from a prior version of slony, please read the UPGRADING -file in the above docs directory. - -The script %%LOCALBASE%%/sbin/slon-mkservice can be used to create a control -directory to run and monitor the slon daemon under svscan from daemontools. -If you use this, be sure not to set slon_enable="YES" in /etc/rc.conf. - -If you prefer to use the standard startup script in %%LOCALBASE%%/etc/rc.d then -set slon_enable="YES" in /etc/rc.conf to enable the slon.sh script. - -To use either of the above startup configurations, you will need to set up a -%%LOCALBASE%%/etc/slon.conf file to tell slon what to replicate. This file -is documented in %%LOCALBASE%%/share/doc/slony1/adminguide/runtime-config.html - -%%PERLTOOLS%%To use the perl slony configuration and monitoring tools, you must -%%PERLTOOLS%%create %%LOCALBASE%%/etc/slon_tools.conf based on the sample file. - - - -********************************************************************** diff --git a/databases/slony1v2/files/slon-mkservice.sh.in b/databases/slony1v2/files/slon-mkservice.sh.in deleted file mode 100644 index ea77e07c0677..000000000000 --- a/databases/slony1v2/files/slon-mkservice.sh.in +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -# create a slon service directory for use with svscan from deamontools - -echo -n 'specify directory for "slon" service like "/var/slon-master": ' -read DIR -if [ -z "$DIR" ]; then - echo "Directory must be non-empty" - exit 1; -fi - -echo -n 'System user name for programs to run under (default pgsql): ' -read sysuser -if [ -z "$sysuser" ]; then - echo "User name pgsql being used." - sysuser='pgsql' -fi - -mkdir -p ${DIR}/env ${DIR}/supervise || exit 1 -mkdir -p ${DIR}/log/main ${DIR}/log/supervise || exit 1 - -cat > ${DIR}/run <<EOF -#!/bin/sh -exec 2>&1 - -exec envdir ./env sh -c 'exec setuidgid ${sysuser} slon -f \${CONFIGFILE}' -EOF -chmod +x ${DIR}/run - -cat >${DIR}/log/run <<EOF -#!/bin/sh -exec setuidgid ${sysuser} multilog t ./main -EOF -chmod +x ${DIR}/log/run - -echo "%%PREFIX%%/etc/slon.conf" > ${DIR}/env/CONFIGFILE - -chown -R ${sysuser} ${DIR} diff --git a/databases/slony1v2/files/slon.conf-sample b/databases/slony1v2/files/slon.conf-sample deleted file mode 100644 index 96e94209ca01..000000000000 --- a/databases/slony1v2/files/slon.conf-sample +++ /dev/null @@ -1,16 +0,0 @@ -# sample config file. see share/doc/slony1/runtime-config.html -# values are overridden by command line options. -# not all settings are shown here. - -syslog 0 -log_level 4 -log_timestamp 1 - -cluster_name sample -conn_info 'dbname=pgbench user=postgres host=localhost port=5432' - -#sync_interval 100 -#sync_interval_timeout 1000 -#sync_group_maxsize 6 -#vac_frequency 3 -#desired_sync_time 60000 diff --git a/databases/slony1v2/files/slon.sh.in b/databases/slony1v2/files/slon.sh.in deleted file mode 100644 index 9e7588e14b18..000000000000 --- a/databases/slony1v2/files/slon.sh.in +++ /dev/null @@ -1,108 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# Modified by Brian A. Seklecki <bseklecki@collaborativefusion.com> -# <lavalamp@spiritual-machines.org> -# $Id$ -# - -# sed -e 's/%%PREFIX%%/\/usr\/local/g' < slon.in > slon - -# PROVIDE: slon -# REQUIRE: postgresql -# KEYWORD: shutdown - -. "/etc/rc.subr" - -name="slon" -rcvar=`set_rcvar` - -load_rc_config "$name" -_pidprefix="/var/run/${name}" -pidfile="${_pidprefix}.pid" # Used as fall-through in event of no profiles - -# From global rc.conf(5); if unset, set them here -[ -z "$slon_enable" ] && slon_enable="NO" -[ -z "$slon_profiles" ] && slon_profiles="" - -configfile_path="/usr/local/etc/${name}.conf" -command_args="-f ${configfile_path} -p ${pidfile} &" -required_files="${configfile_path}" - -command="/usr/local/bin/slon" - -isProfile() { - match=0; - for curMember in $slon_profiles; do - if [ "$curMember" = "$1" ]; then - #echo "DEBUG: Match" - match=1 - fi - done - return $match; -} - - - -if [ -n "$2" ]; then - profile="$2" # A profile argument has been given (presumably) - if [ "x${slon_profiles}" != "x" ]; then # This checks that profiles are indeed defined - echo "-- Profile: $profile --" - # Now let's check to make sure that both the profile, the profile's config path variable, config file exists - configfile_default_path="/usr/local/etc/${name}-${profile}.conf" - configfile_override_varname="\$${name}_${profile}_configfile" # Basic string substitution gets variable name - configfile_override_varname_nop="${name}_${profile}_configfile" # Basic string substitution gets variable name - #echo "DEBUG default path: $configfile_default_path" - #echo "DEBUG override variable name: $configfile_override_varname"; - #echo "DEBUG override variable name noprefix: $configfile_override_varname_nop"; - eval configfile_path=\${$configfile_override_varname_nop:-${configfile_default_path}} # e.g., $configfile_varname="$slon_sex_configfile" - #echo "DEBUG final: $configfile_path"; - isProfile $profile - searchForProfile=$? - # testing for true - if [ ! -r "$configfile_path" -o $searchForProfile -lt 1 ]; then - echo "$0: no such profile defined, profile config file defined, or cant read profile config file!"; - exit 1; - fi - required_files=${configfile_path} - - pidfile_default="${_pidprefix}-${profile}.pid" - eval pidfile=\${${name}_${profile}_pidfile:-${pidfile_default}} - - command_args="-f ${configfile_path} -p ${pidfile} &" - #echo "DEBUG argspre: $command_args" - #echo "DEBUG subst: ${name}_${profile}_flags" - #eval echo "DEBUG subst: \$${name}_${profile}_flags" - #eval echo "DEBUG subst2: command_args=\${${name}_${profile}_flags:-${command_args}}" - eval command_args=\${${name}_${profile}_flags:-${command_args}} - #echo "DEBUG args: $command_args" - else - echo "$0: extra profile argument ignored, no profiles defined" - fi - - -else - # We get to here if $2 is not defined at command line, but we do have profiles - # so apply $1 command to all profiles! - # This block uses recursion to call ourself with each-profile defined as $2 - if [ "x${slon_profiles}" != "x" -a "x$1" != "x" ]; then - if [ "x$1" != "xrestart" ]; then - for profile in ${slon_profiles}; do - echo "===> ${name} profile: ${profile}" - /usr/local/etc/rc.d/${name} $1 ${profile} - retcode="$?" - if [ "0${retcode}" -ne 0 ]; then - failed="${profile} (${retcode}) ${failed:-}" - else - success="${profile} ${success:-}" - fi - done - exit 0 - else - restart_precmd="" - fi - fi -# else = no profile argument given -fi - -run_rc_command "$1" diff --git a/databases/slony1v2/pkg-descr b/databases/slony1v2/pkg-descr deleted file mode 100644 index 4d9368491802..000000000000 --- a/databases/slony1v2/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Slony-I is enterprise-level "master to multiple slaves" -replication system with cascading and failover. - -The big picture for the development of Slony-I is to build -a master-slave system that includes all features and -capabilities needed to replicate large databases to a -reasonably limited number of slave systems. - -Slony-I is developed as a system for data centers and backup -sites, where the normal mode of operation is that all nodes -are available. - -WWW: http://www.slony.info/ diff --git a/databases/slony1v2/pkg-plist b/databases/slony1v2/pkg-plist deleted file mode 100644 index 0225567c9364..000000000000 --- a/databases/slony1v2/pkg-plist +++ /dev/null @@ -1,284 +0,0 @@ -bin/slon -bin/slonik -bin/slony_logshipper -lib/postgresql/slony1_funcs.so -lib/postgresql/xxid.so -etc/slon.conf-sample -sbin/slon-mkservice -share/postgresql/slony1_base.sql -share/postgresql/slony1_base.v74.sql -share/postgresql/slony1_base.v80.sql -share/postgresql/slony1_base.v81.sql -share/postgresql/slony1_funcs.sql -share/postgresql/slony1_funcs.v74.sql -share/postgresql/slony1_funcs.v80.sql -share/postgresql/slony1_funcs.v81.sql -share/postgresql/xxid.v74.sql -share/postgresql/xxid.v80.sql -share/postgresql/xxid.v81.sql -%%PERLTOOLS%%sbin/show_configuration -%%PERLTOOLS%%sbin/slon_kill -%%PERLTOOLS%%sbin/slon_start -%%PERLTOOLS%%sbin/slon_watchdog -%%PERLTOOLS%%sbin/slon_watchdog2 -%%PERLTOOLS%%sbin/slonik_build_env -%%PERLTOOLS%%sbin/slonik_create_set -%%PERLTOOLS%%sbin/slonik_drop_node -%%PERLTOOLS%%sbin/slonik_drop_set -%%PERLTOOLS%%sbin/slonik_drop_table -%%PERLTOOLS%%sbin/slonik_execute_script -%%PERLTOOLS%%sbin/slonik_failover -%%PERLTOOLS%%sbin/slonik_init_cluster -%%PERLTOOLS%%sbin/slonik_merge_sets -%%PERLTOOLS%%sbin/slonik_move_set -%%PERLTOOLS%%sbin/slonik_print_preamble -%%PERLTOOLS%%sbin/slonik_restart_node -%%PERLTOOLS%%sbin/slonik_store_node -%%PERLTOOLS%%sbin/slonik_subscribe_set -%%PERLTOOLS%%sbin/slonik_uninstall_nodes -%%PERLTOOLS%%sbin/slonik_unsubscribe_set -%%PERLTOOLS%%sbin/slonik_update_nodes -%%PERLTOOLS%%sbin/slony_show_configuration -%%PERLTOOLS%%lib/slon-tools.pm -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1 -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/SAMPLE -%%PORTDOCS%%%%DOCSDIR%%/UPGRADING -%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/adminscripts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/bookindex.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/commandreference.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/complexenv.png -%%PORTDOCS%%%%DOCSDIR%%/adminguide/concepts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/ddlchanges.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/definingsets.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/firstdb.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-empty-table-to-replication-integer-integer-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.addpartiallogindices.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.checkmoduleversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupnodelock.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.copyfields-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameserial-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameunique-text-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-int-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode2-integer-integer-integer-bigint-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failoverset-int-integer-integer-integer-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.forwardconfirm-integer-integer-bigint-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.generate-sync-event-interval.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getlocalnodeid-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.killbackend-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-finish.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-start.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-weekly.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.reachablefromnode-integer-integerarray.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registernodeconnection-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-int4-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-timestamp-text-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-int4-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-timestamp-text-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.replicate-partition-integer-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-integer-integer-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-int-integer-integer-text-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-integer-integer-text-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setsessionrole-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-brute-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-input-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionmajor.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionminor.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionpatchlevel.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-int-integer-text-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-integer-text-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-int-integer-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-integer-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-int-integer-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-int-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-int-integer-integer-integer-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-integer-integer-integer-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updaterelname-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updatereloid-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/loganalysis.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/partitioning.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/releasechecklist.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-archive-logging.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikref.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikshell.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonstart.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyupgrade.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroplisten.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroppath.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroptrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtecho.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtexit.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtfailover.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinclude.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinitcluster.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrepairconfig.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdropsequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdroptable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovesequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovetable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsleep.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorelisten.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorenode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorepath.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstoretrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsubscribeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsync.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmttableaddkey.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtuninstallnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunlockset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-config-lock.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-listen.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-nodelock.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-registry.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-setsync.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-subscribe.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-table.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-trigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/testbed.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html -%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html -%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto -%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide -%%PORTDOCS%%@dirrm %%DOCSDIR%% |