Re: plpgsql-function with timestamp

From: "Christian Stalp" <christian(dot)stalp(at)gmx(dot)de>
To: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: plpgsql-function with timestamp
Date: 2006-02-22 18:22:49
Message-ID: 1865.1140632569@www101.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

The problem is solfed:
I called the function with this arguments:

SELECT neue_auktion ( 1::numeric, 'robot'::text, 'robot'::text, '1999-01-08
04:05:06'::timestamp, '1999-01-08 04:05:06'::timestamp, 10::numeric,
10::numeric, 1::numeric);

And this works.

Thank you...

Gruss Christian

--
DSL-Aktion wegen groer Nachfrage bis 28.2.2006 verlngert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Luis Silva 2006-02-22 18:32:14 id from a field
Previous Message Andreas Kretschmer 2006-02-22 17:09:54 Re: plpgsql-function with timestamp