#!/bin/sh

psql -h ctd2 oscon <<_EOF_
	delete from customer where c_id = 1;
_EOF_

