Re: Resp.: Automatic insert statement generator?

From: Sebastian Tennant <sebyte(at)smolny(dot)plus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Resp.: Automatic insert statement generator?
Date: 2008-12-06 16:31:18
Message-ID: iqpxqn8p.fsf@vps203.linuxvps.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quoth Raymond O'Donnell <rod(at)iol(dot)ie>:
> 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.

Man, am I'm feeling geriatric tonight! Thanks for clearing that up for
me Ray.

I guess this is what comes of working under pressure on a Saturday night
when I should be out having a quiet drink with a few friends.

Sebastian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2008-12-06 19:44:17 Re: posible BUG on psql... or maybe worst
Previous Message Raymond O'Donnell 2008-12-06 16:16:58 Re: Resp.: Automatic insert statement generator?