Re: SPI_execp() failed in RI_FKey_cascade_del()

From: "Papp, Gyozo" <pgerzson(at)freestart(dot)hu>
To: "Papp, Gyozo" <pgerzson(at)freestart(dot)hu>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: SPI_execp() failed in RI_FKey_cascade_del()
Date: 2002-04-09 16:23:00
Message-ID: 003f01c1dfe2$d18a76c0$01fdfea9@jaguar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

You can find my minimal db scheme and data which reproduces
this error (after pg_restore, too):

http://213.134.22.60/~gerzson/spi-error.tar.gz
(pg_dump -C Ft -f spi-error.tar and gzipped)

Thanks for your guidance in advance

ps: [to Tom Lane] sorry for the broken link

--
Gyozo Papp - pgerzson(at)freestart(dot)hu

----- Original Message -----
From: "Papp, Gyozo" <pgerzson(at)freestart(dot)hu>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, April 09, 2002 4:56 PM
Subject: Re: [GENERAL] SPI_execp() failed in RI_FKey_cascade_del()

What must I provide? (complete DB scheme with some data)

A complete pg_dump can be found here:
http://213.134.22.60/~gerzson/CAF.dump.gz (about 210 kB)

it was produced by: "pg_dump -C CAF -Ft -f CAF.dump"
command.

if anything else is needed, please let me know!

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Papp, Gyozo" <pgerzson(at)freestart(dot)hu>
Cc: <>
Sent: Tuesday, April 09, 2002 3:42 PM
Subject: Re: [GENERAL] SPI_execp() failed in RI_FKey_cascade_del()

| "Papp, Gyozo" <pgerzson(at)freestart(dot)hu> writes:
| > and when I execute the query "DELETE FROM request WHERE ..." I got
| > the following error message:
|
| > ERROR: SPI_execp() failed in RI_FKey_cascade_del()
|
| I tried to reproduce this without any success. You'll need to provide a
| complete example.
|
| regards, tom lane
|
| ---------------------------(end of broadcast)---------------------------
| TIP 5: Have you checked our extensive FAQ?
|
| http://www.postgresql.org/users-lounge/docs/faq.html

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paulo Jan 2002-04-09 17:00:34 Getting statistics from tables
Previous Message Matthew Stanfield 2002-04-09 15:47:16 Re: PostgreSQL and C#