#!/bin/sh
#
# Copyright (c) 2002, 2003 Red Hat, Inc. All rights reserved.
#
# This software may be freely redistributed under the terms of the
# GNU General Public License.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Component of: Visual Explain GUI tool for PostgreSQL - Red Hat Edition
#
# Simple wrapper for rhdb-explain
#
# Author: Liam Stewart <liams@redhat.com>
#
# Changed for Debian by Peter Eisentraut <peter_e@gmx.net>

java -cp $CLASSPATH:/usr/share/java/postgresql.jar:/usr/share/java/rhdb-explain.jar com.redhat.rhdb.vise.Vise
