diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-07 14:36:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-07 14:36:48 +0800 |
commit | d0c74cd604a1080116acd3a406f9345f927946f2 (patch) | |
tree | 148885778a5ab2de426c53f6bad18abe37e605d1 /databases | |
parent | 82587f604e4a02be9a29a8823807ace3c4faf137 (diff) | |
download | freebsd-ports-gnome-d0c74cd604a1080116acd3a406f9345f927946f2.tar.gz freebsd-ports-gnome-d0c74cd604a1080116acd3a406f9345f927946f2.tar.zst freebsd-ports-gnome-d0c74cd604a1080116acd3a406f9345f927946f2.zip |
Remove expired ports
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/slony1/Makefile | 79 | ||||
-rw-r--r-- | databases/slony1/distinfo | 4 | ||||
-rw-r--r-- | databases/slony1/files/patch-slonik-Makefile.patch | 11 | ||||
-rw-r--r-- | databases/slony1/files/pkg-message.in | 26 | ||||
-rw-r--r-- | databases/slony1/files/slon-mkservice.sh.in | 38 | ||||
-rw-r--r-- | databases/slony1/files/slon.conf-sample | 16 | ||||
-rw-r--r-- | databases/slony1/files/slon.in | 101 | ||||
-rw-r--r-- | databases/slony1/pkg-descr | 13 | ||||
-rw-r--r-- | databases/slony1/pkg-plist | 292 |
10 files changed, 0 insertions, 581 deletions
diff --git a/databases/Makefile b/databases/Makefile index b27ad5008f55..8fd70ed240e3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -881,7 +881,6 @@ SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += skytools - SUBDIR += slony1 SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile deleted file mode 100644 index dabbf6b8ae9d..000000000000 --- a/databases/slony1/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Created by: Radim Kolar -# $FreeBSD$ - -PORTNAME= slony1 -PORTVERSION= 1.2.23 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://main.slony.info/downloads/1.2/source/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${DISTNAME}-docs${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PostgreSQL master to multiple replicas replication system - -DEPRECATED= Use databases/slony1v2 instead -EXPIRATION_DATE= 2014-07-07 - -BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server - -GNU_CONFIGURE= yes -USES= bison gmake -USE_PGSQL= yes -USE_BZIP2= yes -USE_RC_SUBR= slon -WANT_PGSQL_VER= 91- - -SUB_FILES= pkg-message slon-mkservice.sh -SUB_LIST+= NAME=slon - -OPTIONS_DEFINE= PERLTOOLS DOCS -PERLTOOLS_DESC= Install perl configuration tools - -CONFLICTS?= slony1v2-2* - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPERLTOOLS} -USES+= perl5 -CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin -RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -BUILD_DEPENDS+= p5-DBD-Pg>=0:${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 - -.if ! defined(NO_INSTALL_MANPAGES) -MAN1= slon.1 slonik.1 -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${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/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.mk> diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo deleted file mode 100644 index c808299f1153..000000000000 --- a/databases/slony1/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (slony1-1.2.23.tar.bz2) = 95001819778723ab34bdf32bba60c38751c7e936e7eceab3ff5f5e5b31b8fa07 -SIZE (slony1-1.2.23.tar.bz2) = 1071048 -SHA256 (slony1-1.2.23-docs.tar.bz2) = 4d4d8a5e6c4f0a259e12c78de72b6b1abced5f0902e51ce4cfdd1f4f0eeee988 -SIZE (slony1-1.2.23-docs.tar.bz2) = 234779 diff --git a/databases/slony1/files/patch-slonik-Makefile.patch b/databases/slony1/files/patch-slonik-Makefile.patch deleted file mode 100644 index 493aa11bfb2e..000000000000 --- a/databases/slony1/files/patch-slonik-Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/slonik/Makefile.orig 2014-01-23 14:14:12.352062131 -0500 -+++ src/slonik/Makefile 2014-01-23 14:14:12.352750379 -0500 -@@ -18,7 +18,7 @@ - - CFLAGS += -I$(slony_top_builddir) -DPGSHARE="\"$(pgsharedir)\"" -DPG_VERSION_MAJOR=$(PG_VERSION_MAJOR) - ifneq ($(PG_VERSION_MAJOR), 7) --LDFLAGS += -lpgport -+LDFLAGS += `$(pgbindir)/pg_config --libs` - endif - - PROG = slonik diff --git a/databases/slony1/files/pkg-message.in b/databases/slony1/files/pkg-message.in deleted file mode 100644 index 4f598099258d..000000000000 --- a/databases/slony1/files/pkg-message.in +++ /dev/null @@ -1,26 +0,0 @@ -********************************************************************** - - -Please read the docs on configuring and running slony-1. Unless you deselected -DOCS, 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/slony1/files/slon-mkservice.sh.in b/databases/slony1/files/slon-mkservice.sh.in deleted file mode 100644 index ea77e07c0677..000000000000 --- a/databases/slony1/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/slony1/files/slon.conf-sample b/databases/slony1/files/slon.conf-sample deleted file mode 100644 index ff5ffdee27f3..000000000000 --- a/databases/slony1/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 0 -log_timestamp 0 - -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/slony1/files/slon.in b/databases/slony1/files/slon.in deleted file mode 100644 index 6a5f1a45d317..000000000000 --- a/databases/slony1/files/slon.in +++ /dev/null @@ -1,101 +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.sh.in > slon - -# PROVIDE: slon -# REQUIRE: postgresql -# KEYWORD: shutdown - -. /etc/rc.subr - -name="slon" -rcvar=slon_enable - -load_rc_config "$name" -_pidprefix="/var/run/${name}" -pidfile="${_pidprefix}.pid" # Used as fall-through in event of no profiles -procname="%%PREFIX%%/bin/slon" - -# From global rc.conf(5); if unset, set them here -[ -z "$slon_enable" ] && slon_enable="NO" - -configfile_path="%%PREFIX%%/etc/${name}.conf" -command_args="-f ${configfile_path}" -required_files="${configfile_path}" - -isProfile () { - local profile - - for profile in $slon_profiles; do - if [ "$profile" = "$1" ]; then - return 0 - fi - done - - return 1 -} - -if [ -n "$2" ]; then - if [ "x${slon_profiles}" = "x" ]; then # This checks that profiles are indeed defined - echo "$0: extra profile argument ignored, no profiles defined" - exit 1 - fi - - profile="$2" # A profile argument has been given (presumably) - - # Now let's check to make sure that both the profile, the profile's - # config path variable, config file exists - - if ! isProfile $profile; then - echo "$0: no such profile defined in slon_profiles." - exit 1 - fi - - configfile_default_path="%%PREFIX%%/etc/${name}-${profile}.conf" - - # Basic string substitution gets variable name - configfile_varname="${name}_${profile}_configfile" - - eval configfile_path=\${$configfile_varname:-${configfile_default_path}} - - if [ ! -r "$configfile_path" ]; then - echo "$0: unable to read configuration 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}" - eval command_args=\${${name}_${profile}_flags:-${command_args}} -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 - for profile in ${slon_profiles}; do - echo "Processing ${name} profile: ${profile}" - %%PREFIX%%/etc/rc.d/${name} $1 ${profile} - done - exit 0 - fi -# else = no profile argument given -fi - -slon_start () { - echo "Starting ${name}." - /usr/sbin/daemon -cf -p ${pidfile} %%PREFIX%%/bin/slon ${command_args} -} - -start_cmd=slon_start - -run_rc_command "$1" diff --git a/databases/slony1/pkg-descr b/databases/slony1/pkg-descr deleted file mode 100644 index 4d9368491802..000000000000 --- a/databases/slony1/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/slony1/pkg-plist b/databases/slony1/pkg-plist deleted file mode 100644 index 5c9f1c8d6e78..000000000000 --- a/databases/slony1/pkg-plist +++ /dev/null @@ -1,292 +0,0 @@ -bin/slon -bin/slonik -bin/slony_logshipper -lib/postgresql/slony1_funcs.so -lib/postgresql/xxid.so -etc/slon.conf-sample -%%PERLTOOLS%%etc/slon_tools.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_base.v84.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/slony1_funcs.v84.sql -share/postgresql/xxid.v74.sql -share/postgresql/xxid.v80.sql -share/postgresql/xxid.v81.sql -share/postgresql/xxid.v84.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_sequence -%%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/raceconditions.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/stmtclonefinish.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcloneprepare.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/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/triggers.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%% |