Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> But alphabetical? According to whose definition of the alphabet?
It looks like NAME comparison uses strcmp (actually strncmp). So it'll
be numeric byte-code order.
There's no particular reason we couldn't make that be strcoll instead,
I suppose, except perhaps speed.
regards, tom lane