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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to