When I read 9.0.6 upgrade (from 9.0.x) notes, upgrade bin folder is not enough. Need to drop information_sch ema and recreate it by a sql file in share folder.
My questions are
1) Why I can't fine that schema on pgAdmin in each database.
2) I tried to query its tables and it works. That means it's there.
3) I try to drop it: drop schema information_sch ema. It causes a lot of errors about depending objects.
So how can I re-create it?
My questions are
1) Why I can't fine that schema on pgAdmin in each database.
2) I tried to query its tables and it works. That means it's there.
3) I try to drop it: drop schema information_sch ema. It causes a lot of errors about depending objects.
So how can I re-create it?
Comment