Re: how to drop function? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: how to drop function?
Date
Msg-id CAOR=d=1+K_zz3LZnxVhF8KD88gH3wV9cWOAaDJtwMCPV3KvFYA@mail.gmail.com
Whole thread Raw
In response to Re: how to drop function?  ("J.V." <jvsrvcs@gmail.com>)
List pgsql-general
On Tue, Nov 15, 2011 at 6:48 PM, J.V. <jvsrvcs@gmail.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?

pgsql-general by date:

Previous
From: "J.V."
Date:
Subject: deferring pk constraint
Next
From: Nathan Wagner
Date:
Subject: Re: deferring pk constraint