prob with really simple insert

From: marian <marian(at)mail(dot)jozep(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: prob with really simple insert
Date: 2004-03-22 05:01:06
Message-ID: 405E7312.6000006@mail.jozep.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When I do this,
INSERT INTO orgdata ( name, fax, contact, email, phone, address,
preferred ) VALUES ( 'wally', '123456789', 'wally', 'wally(at)wally(dot)com',
'987654321', 'wally way', 'f' )

I get
ERROR: query rewritten 100 times, may contain cycles
: PGRES_FATAL_ERROR

What is going on here????

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pierre Didelon 2004-03-22 13:05:22 Re: unsigned types, binary op. and cast pb
Previous Message Ken Godee 2004-03-22 00:10:39 "select for update" confusion