Re: Problems Testing User-Defined Function

From: "Rommel the iCeMAn" <icecrew(at)gmail(dot)com>
To: "PostgreSQL SQL Mailing List" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Problems Testing User-Defined Function
Date: 2006-06-10 01:19:51
Message-ID: 000f01c68c2c$02384690$111117ac@theport.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi guys,

Thanks for the input so far. No it wasn't a direct paste, what I did in fact
type was SELECT sp_insert_manifest('me', 'me(at)you(dot)com', 'me(at)you(dot)com',
'test.txt', NULL, '2006/06/09'). The error message said something like
function sp_insert_manifest(character varying, character varying, character
varying, character varying, "unknown", timestamp) does not exist. It seems
NOT to like my NULL parameter.

I'll investigate the "CALLED ON NULL INPUT" option that Jim suggested.

Thanks again,
Rommel Edwards.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-06-10 18:11:21 Re: Problems Testing User-Defined Function
Previous Message Jim Buttafuoco 2006-06-09 21:45:23 Re: Problems Testing User-Defined Function