#!/bin/bash

LD_LIBRARY_PATH=:/opt/products/dstar/pgsql/lib
export LD_LIBRARY_PATH

/opt/products/dstar/pgsql/bin/psql -d dstar_global -U dstar <<EOF
delete from sync_gip where zonerp_cs='VK4RGC  ';
delete from sync_gip where zonerp_cs='IR0UAC  ';
delete from sync_gip where zonerp_cs='JP1YJQ  ';
delete from sync_gip where zonerp_cs='JP1YJZ  ';
\\q
EOF
