Fwd: hi i am gettin error when i am deleting a function from my pgadmin

From: "Aaron Bono" <postgresql(at)aranya(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Fwd: hi i am gettin error when i am deleting a function from my pgadmin
Date: 2006-09-11 14:47:20
Message-ID: bf05e51c0609110747q14d813dew5242dd52ed99e395@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 9/11/06, Penchalaiah P. <penchalaiahp(at)infics(dot)com> wrote:
>
> Hi good morning to all….
>
> I created some functions in my pgadmin… when I am deleting those functions
> from that pgadmin its giving error…i.e
>
>
>
> An ERROR has occurred;;;;
>
>
>
> ERROR:function function_name1(character varying, character varying,
> character varying, date, character varying) does not exist…
>
> May I know the reason y its not deleting….
>

What schema is the function in? Perhaps you need to specify the schema name
in your drop statement.

It helps if you supply the exact command you are typing in.

==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ragnar Österlund 2006-09-11 19:09:14 case insensitive regex clause with some latin1 characters fails
Previous Message Aaron Bono 2006-09-11 14:46:45 Re: hi i am gettin error when i am deleting a function from my pgadmin