From: | Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: how to drop function? |
Date: | 2011-11-16 08:12:37 |
Message-ID: | 20111116091237.6a8248ec@dawn.webthatworks.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 15 Nov 2011 18:48:00 -0700
"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.
> It does however work with functions with no params or a single
> param. It seems to get hung up on the comma and the extra set of
> parenthesis
It would be nice to know how it fails and if you reposted exactly
what you wrote to make it fail and what you wrote to make it succede.
What does it mean "get hung on the comma and extra set of
parenthesis"?
ivan(at)dawn:~$ psql -h lan test -c 'drop function process_table
(action TEXT, v_table_name varchar(100));'
DROP FUNCTION
ivan(at)dawn:~$
the psql command all on the same line.
--
Ivan Sergio Borgonovo
http://www.webthatworks.it
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Kellerer | 2011-11-16 08:17:45 | Re: how to drop function? |
Previous Message | David Johnston | 2011-11-16 05:58:45 | Re: partitioning a dataset + employing hysteresis condition |