Pierre LEBRECH <pierre(dot)lebrech(at)laposte(dot)net> writes:
> I want to sort strings containing a dot but by taking care of this dot
> like any other character.
I suspect what you really want is C locale, and what you've got is
some other locale that uses "dictionary" sort rules. Try "show lc_collate".
regards, tom lane