Re: Resp.: Automatic insert statement generator?

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Sebastian Tennant <sebyte(at)smolny(dot)plus(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Resp.: Automatic insert statement generator?
Date: 2008-12-06 16:16:58
Message-ID: 493AA57A.30600@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/12/2008 16:02, Sebastian Tennant wrote:
> Here's it working:
>
> itidb=> select list_fields('joblist');

<snip>

> Here's me trying to drop it, only to be told it doesn't exist:
>
> itidb=> drop function list_fields();
> ERROR: function list_fields() does not exist

You need to specify the argument types as well, so this -

drop function list_fields(varchar); -- or whatever it is

- ought to work.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sebastian Tennant 2008-12-06 16:31:18 Re: Resp.: Automatic insert statement generator?
Previous Message Sebastian Tennant 2008-12-06 16:12:32 Re: Unique constaint violated without being violated