gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] psql complains when trying to insert into ref.billabl


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] psql complains when trying to insert into ref.billables
Date: Fri, 6 Jul 2012 11:16:56 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jul 06, 2012 at 01:21:10AM +0000, Jim Busser wrote:

> INSERT INTO ref.billable
> ( code,
>   term,
>   fk_data_source,
>   comment,
>   amount,
>   currency
> )
>   SELECT fee_item, description, 12, '', CAST(amount as numeric)/100, 'u0024' 
> FROM staging.fee_teleplan
> ;
> 
> 
> yields:
> 
> ERROR:  record "new" has no field "row_version"
> CONTEXT:  PL/pgSQL function "ft_ins_billable" line 2 at assignment

That is the same bug as with the failing DELETE. I'm
checking up on this one but haven't pinned it down just yet.

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]