Re: Wrong # of arguments in call to RI_Fkey_key equals _upd()

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Subra Radhakrishnan <subra100(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Wrong # of arguments in call to RI_Fkey_key equals _upd()
Date: 2001-08-06 15:14:12
Message-ID: Pine.BSF.4.21.0108060813160.28846-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 6 Aug 2001, Subra Radhakrishnan wrote:

> Hi All,
>
> This is what we did before we got the error:
>
> 1. Took a backup of existing dB (hospdb) using pg_dump
> (full backup including schema and data)
>
> 2. Modified the schema to change the field size from
> 200 to 600 (varchar data type)
>
> 3. Dropped the dB (hospdb)
>
> 4. Recreated the dB (hospdb)
>
> 5. Used psql to reload the schema and data
>
> 6. Now when I am using the dB and trying to update a
> table, I get the following error message 'Wrong # of
> arguments in call to RI_Fkey_key equals _upd()'

What do the schema and create constraint trigger
statements look like from the dump, and what is in
pg_trigger?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2001-08-07 09:33:41 RE: Can't I do that?
Previous Message Subra Radhakrishnan 2001-08-06 10:12:05 Wrong # of arguments in call to RI_Fkey_key equals _upd()