Re: WIP patch: Collation support - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: WIP patch: Collation support
Date
Msg-id 48C79D75.7020609@sun.com
Whole thread Raw
In response to Re: WIP patch: Collation support  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: WIP patch: Collation support
Next
From: Simon Riggs
Date:
Subject: Re: Synchronous Log Shipping Replication