| From: | "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com> |
|---|---|
| To: | |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: how to drop function? |
| Date: | 2011-11-16 01:25:01 |
| Message-ID: | 4EC310ED.1010608@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
this does not work.
On 11/15/2011 4:56 PM, Rebecca Clarke wrote:
> DROP FUNCTION process_table;
>
> should work.
>
>
> On Tue, Nov 15, 2011 at 11:38 PM, J.V. <jvsrvcs(at)gmail(dot)com
> <mailto:jvsrvcs(at)gmail(dot)com>> wrote:
>
> How do I drop a function that was created like so:
>
> create or replace function process_table (action TEXT,
> v_table_name varchar(100)) RETURNS BOOLEAN
> AS $$
> DECLARE
> ....
> BEGIN
> ...
> END;
> $$ LANGUAGE plpgsql;
>
> ---
> I have tried various ways, but it always fails.
>
>
> J.V.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org
> <mailto:pgsql-general(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | J.V. | 2011-11-16 01:48:00 | Re: how to drop function? |
| Previous Message | J.V. | 2011-11-16 01:24:12 | Re: how to drop function? |