#!/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_mng where zonerp_cs like 'VK4RGC%';
delete from sync_mng where zonerp_cs like 'IR0UAC%';
\\q
EOF
