Remove SQL function getpgusername() Since 457ac0331cd3, current_user() is the recommended way to get access to this information, and getpgusername() was marked as deprecated since, without being documented.
Bump catalog version. Reported-by: Thom Brown <[email protected]> Discussion: https://postgr.es/m/caa-alv44spokhhzqbvhqrdrfuekwatgemxbtqc360uud5lt...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7af998936d304b676d4e8fb2f2780560cf8443ca Modified Files -------------- src/include/catalog/catversion.h | 2 +- src/include/catalog/pg_proc.dat | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)
