Re: Poll: are people okay with function/operator table redesign?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Poll: are people okay with function/operator table redesign?
Дата
Msg-id 11667.1587392474@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Poll: are people okay with function/operator table redesign?  (Victor Yegorov <vyegorov@gmail.com>)
Ответы Re: Poll: are people okay with function/operator table redesign?
Список pgsql-hackers
Victor Yegorov <vyegorov@gmail.com> writes:
> While table 9.5 with functions looks quite nice, I quite dislike 9.4 with
> operators.
> Previously, I could lookup operator in the leftmost column and read on.
> Right now I have to look through the whole table (well, not really, but
> still) to find the operator.

Aside from the alternatives already discussed, the only other idea
that's come to my mind is to write operator entries in a style like

    || as in: text || text → text
        Concatenates the two strings.
        'Post' || 'greSQL' → PostgreSQL

Not sure that that's any better, but it is another alternative.

            regards, tom lane



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Allow pg_read_all_stats to read pg_stat_progress_*
Следующее
От: Antonin Houska
Дата:
Сообщение: Re: More efficient RI checks - take 2