Re: psql \df choose functions by their arguments

Поиск
Список
Период
Сортировка
От Ian Lawrence Barwick
Тема Re: psql \df choose functions by their arguments
Дата
Msg-id CAB8KJ=jMP47w8J2iOX69ySqUO+Wv=dtnC7NUN15rPgnALFZz5w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql \df choose functions by their arguments  (Greg Sabino Mullane <htamfids@gmail.com>)
Ответы Re: psql \df choose functions by their arguments  (Greg Sabino Mullane <htamfids@gmail.com>)
Список pgsql-hackers
2021年1月15日(金) 1:46 Greg Sabino Mullane <htamfids@gmail.com>:
Thanks for the feedback: new version v5 (attached) has int8, plus the suggested code formatting.

Cheers,
Greg

Thanks for the update.

In my preceding mail I meant we should add int2, int4 and int8 for completeness
(apologies, I was a bit unclear there), as AFAICS that covers all aliases, even if these
three are less widely used.

FWIW one place where these do get used in substantial numbers is in the
regression tests themselves:

  $ for L in 2 4 8; do git grep int$L src/test/regress/ | wc -l; done
  544
  2332
  1353

Regards

Ian Barwick

--

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: PoC/WIP: Extended statistics on expressions
Следующее
От: Amit Langote
Дата:
Сообщение: Re: simplifying foreign key/RI checks