Heikki Linnakangas napsal(a):
>> Design & functionality changes left:
>> - move retrieveing collation from pg_database to pg_type
>
The problem there is that pg_collation is local catalog, but pg_database
is global catalog. IIRC, It was discussed during last commitfest. I
think it is bad idea to make this kind of dependency. It seems to me
better to implement something what we will use later to avoid useless
and confusing dependency.
Zdenek