Re: Error calling self-made plpgsql function "function XYZ(bigint) - Mailing list pgsql-sql

From Markus Schaber
Subject Re: Error calling self-made plpgsql function "function XYZ(bigint)
Date
Msg-id 43D0C1CA.5080007@logix-tt.com
Whole thread Raw
In response to Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist"  (Juris <bubliks@gmail.com>)
List 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


pgsql-sql by date:

Previous
From: Juris
Date:
Subject: Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist"
Next
From: Zulq Alam
Date:
Subject: Re: indexing for left join