collation, arrays, and ranges - Mailing list pgsql-hackers

From Jeff Davis
Subject collation, arrays, and ranges
Date
Msg-id 1315673440.7281.66.camel@jdavis
Whole thread Raw
List pgsql-hackers
My interpretation of collation for range types is different than that
for arrays, so I'm presenting it here in case someone has an objection.

An array type has the same typcollation as its element type. This makes
sense, because comparison between arrays are affected by the COLLATE
clause.

Comparison between ranges should not be affected by the COLLATE clause
(as we discussed). So, I chose to represent that as a separate
rngcollation and leave the typcollation 0. In other words, collation is
a concept internal to that range type and fixed at type definition time.
Range types are affected by their internal collation, but don't take
part in the logic that passes collation through the type system.

Comments?

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Amit kapila
Date:
Subject: Re: cheaper snapshots redux
Next
From: Fujii Masao
Date:
Subject: Re: unite recovery.conf and postgresql.conf