From: | nolan(at)celery(dot)tssi(dot)com |
---|---|
To: | pgsql-general(at)postgresql(dot)org (pgsql general list) |
Subject: | Odd error message |
Date: | 2003-06-15 20:41:44 |
Message-ID: | 20030615204145.24434.qmail@celery.tssi.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Earlier today I created a function which does some database lookups
based on the input parameters.
I ran a query using it and thought it might need some performance
enhancements, so I created an index on two of the columns used within the
function to see if that would make it run faster. It didn't, so I dropped
that index and created a different one, adding a third column to the index.
I then got the following error message:
WARNING: Error occurred while executing PL/pgSQL function uscf_status_on
WARNING: line 8 at select into variables
ERROR: Relation 3912941 does not exist
Recreating the function got rid of the error message, though I didn't
get the performance improvement I was looking for.
When I delete that new index (which didn't help the performance, either),
the error message returns. Recreating the function gets rid of it again.
What is going wrong to produce that error message? (Running 7.3.3)
--
Mike Nolan
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno BAGUETTE | 2003-06-15 21:17:01 | RE : full featured alter table? |
Previous Message | Jan Wieck | 2003-06-15 19:44:26 | Re: [HACKERS] SAP and MySQL ... [and Benchmark] |