Re: prob with really simple insert

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: marian <marian(at)mail(dot)jozep(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: prob with really simple insert
Date: 2004-03-26 17:43:23
Message-ID: 20040326094311.K71760@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 22 Mar 2004, marian wrote:

> 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

Do you have any rules on orgdata?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2004-03-26 17:45:40 Re: To: Mr. Al Cohen: Your Reply To My Previous Post (which database to use/buy)
Previous Message scott.marlowe 2004-03-26 17:43:09 Re: prob with really simple insert