#!/bin/sh

psql foodb <<_EOF_
set client_min_messages to log;
/* TRACKME */ reassign owned by foouser1 to foouser2;
_EOF_
