Re: Error calling self-made plpgsql function "function XYZ(bigint)

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: Juris <bubliks(at)gmail(dot)com>
Cc: Michael Glaesemann <grzm(at)myrealbox(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Error calling self-made plpgsql function "function XYZ(bigint)
Date: 2006-01-20 10:56:10
Message-ID: 43D0C1CA.5080007@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, Juris,

Juris wrote:

> Seems, i should `recreate` my db in lowercase.. it will take some time :(

Maybe you can modify it "inplace" using

ALTER TABLE "OldName" RENAME TO newname;

This might even be scripted, select * from pg_tables where
schemaname='your schema' gives a list of all tables.

Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Zulq Alam 2006-01-21 13:51:56 Re: indexing for left join
Previous Message Juris 2006-01-20 06:52:47 Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist"