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

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Wrong # of arguments in call to RI_Fkey_key equals _upd()
Дата
Msg-id Pine.BSF.4.21.0108060813160.28846-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Wrong # of arguments in call to RI_Fkey_key equals _upd()  (Subra Radhakrishnan <subra100@yahoo.com>)
Ответы Re: Wrong # of arguments in call to RI_Fkey_key equals _upd()  (priya subramaniam <suprnike@yahoo.com>)
Список 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?



В списке pgsql-admin по дате отправления:

Предыдущее
От: Subra Radhakrishnan
Дата:
Сообщение: Wrong # of arguments in call to RI_Fkey_key equals _upd()
Следующее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: RE: Can't I do that?