On Tue, Nov 15, 2011 at 6:48 PM, J.V. <jvsrvcs(at)gmail(dot)com> wrote:
> the drop function works when running from a pgAdmin III Sql window
>
> but when I try to do from the command line and script it:
> psql -h $PGHOST -p $PGPORT -d $PGDATABASE -U $PGUSER -c "drop function
> ...."
>
> the above fails.
What's the rest of that line look like? What error do you get?