| From: | Ian Lawrence Barwick <barwick(at)gmail(dot)com> |
|---|---|
| To: | Greg Sabino Mullane <htamfids(at)gmail(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: psql \df choose functions by their arguments |
| Date: | 2021-01-19 02:03:34 |
| Message-ID: | CAB8KJ=jMP47w8J2iOX69ySqUO+Wv=dtnC7NUN15rPgnALFZz5w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2021年1月15日(金) 1:46 Greg Sabino Mullane <htamfids(at)gmail(dot)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
--
EnterpriseDB: https://www.enterprisedb.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2021-01-19 02:08:48 | Re: simplifying foreign key/RI checks |
| Previous Message | Tomas Vondra | 2021-01-19 01:57:05 | Re: PoC/WIP: Extended statistics on expressions |