#!/bin/sh
# ers_slaveshowtables
# Copyright (C) 2002 Digital Distribution GFS P/L
# Derived from code Copyright (C) 2000 PostgreSQL, Inc.

if [ "$REPLIC_HOME" = "" ]; then
	. @prefix@/bin/ers_setvars
fi

$REPLIC_JAVA $SQL_GEN_CLASS $SLAVE_J -mode tables -postgres $POSTGRES_HOME
