Re: Patch: Add parse_type Function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch: Add parse_type Function
Дата
Msg-id 65706.1708380831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch: Add parse_type Function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> I'm less thrilled about that, mainly because I can't think of
> a good name for it ("format_type_string" is certainly not that).

After some time ruminating, a couple of possibilities occurred to
me:
    reformat_type(text)
    canonical_type_name(text)

> Is the use-case for this functionality really strong enough that
> we need to provide it as a single function rather than something
> assembled out of spare parts?

I'm still unconvinced about that, though.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Optimize planner memory consumption for huge arrays
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add last_commit_lsn to pg_stat_database