#!/bin/sh

psql -h ctd3 oscon <<_EOF_
	insert into customer values (5, 'Alice Assistant', '100.100.1000');
_EOF_

