From: | "Guy Rouillier" <guyr(at)masergy(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Final stored procedure question, for now anyway |
Date: | 2005-12-28 18:12:50 |
Message-ID: | CC1CF380F4D70844B01D45982E671B239E8DC0@mtxexch01.add0.masergy.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ted Byers wrote:
> It must be stored somewhere since I get an error saying the function
> already exists if I attempt to modiy it slightly and re-run it. For
> example, I noticed I used the wrong sequence in the last INSERT
> statement. To correct that, I had to add "OR REPLACE" after "CREATE"
> to make the correction. I am puzzled though that I can't find it
> when I go back to the pgAmin main window and search through the whole
> database (after pressing <F5> to refresh the contents of the
> windows).
In PgAdmin, make sure you are looking under the correct schema. Each
schema has its own set of objects.
--
Guy Rouillier
From | Date | Subject | |
---|---|---|---|
Next Message | Jonel Rienton | 2005-12-28 18:24:34 | Re: Final stored procedure question, for now anyway |
Previous Message | Chris Travers | 2005-12-28 18:12:16 | Re: new beginner to postgresql. Looking at it for a church |