Re: how to drop function?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to drop function?
Date: 2011-11-16 01:57:25
Message-ID: CAOR=d=1+K_zz3LZnxVhF8KD88gH3wV9cWOAaDJtwMCPV3KvFYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Wagner 2011-11-16 02:32:01 Re: deferring pk constraint
Previous Message J.V. 2011-11-16 01:56:37 deferring pk constraint