Re: Order by lower(column-alias) doesn't work...

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Re: Order by lower(column-alias) doesn't work...
Дата
Msg-id VisenaEmail.33.d65bf4e0fa1ac41d.1725b7dfe83@tc7-visena
обсуждение исходный текст
Ответ на Re: Order by lower(column-alias) doesn't work...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
På torsdag 28. mai 2020 kl. 15:26:42, skrev Tom Lane <tgl@sss.pgh.pa.us>:
Andreas Joseph Krogh <andreas@visena.com> writes:
> Is there a way to define "sorting-rules" on custom-types so that I can have
> ORDER BY <my_array_of_custom_types_alias> and PG will pick my custom odering?

You'd have to write your own type, which would be a lotta work :-(.

A possible partial answer is to define the composite type as

firstname citext, lastname citext, other-fields-here

and then the regular composite-type comparison rule would give you
approximately what you said you wanted ... but only approximately.

regards, tom lane
 
 
Hm, ok. I think the most non-intrusive way for me is to craft a sub-select producing the "varchar-string-flattened" so I can order by that alias.
 
--
Andreas Joseph Krogh

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Order by lower(column-alias) doesn't work...
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Linux Update Experience