RE: Finding every use of a built-in function

2024-01-29 Thread Kurlaev Jaroslav
> plpgsq_check can show dependencies > https://github.com/okbob/plpgsql_check#dependency-list That's not exactly what I was looking for, but it's a useful tool that could help me anyway. Thanks!

Re: Finding every use of a built-in function

2024-01-26 Thread Pavel Stehule
Hi pá 26. 1. 2024 v 11:39 odesílatel Kurlaev Jaroslav napsal: > Hi hackers, > > I'm not sure if it's the best list for my question but I have a following > problem. > > I have an existing DB with lots of data and I need to modify the behavior > of one specific > built-in function. I can of cours