Using PostgreSQL with pgAdmin , I wondered if there was a way to search ALL database functions for a specific text.
PostgreSQL
pgAdmin
Is it possible?
something like this should work:
select proname,prosrc from pg_proc where prosrc like '%search text%';
see How to display a function, procedure, run the source code in postgresql?
Source: https://habr.com/ru/post/979009/More articles:sql server UPDATE combined with INNER JOIN with itself - sql-serverRequest another collection inside forEach - javascriptIn C # should you pass a parameter by value and return the same variable or pass by reference? - methodsEscaping Qualtrics for text in text for use in javascript (in general, how to safely avoid user-generated text) - javascriptAny faster way to reset user interface hierarchy? - androidDomain Error = NSURLErrorDomain Code = -1003 "Server with the specified hostname was not found - ioseffectively use points with iso-cost on a 3d grid with a minimum cost of points - cBash script exit after 1st nonzero result, although -e is not set to ENV - bashHow to push key / value into JSON objects - angularjsC ++ NaN byte representation changes during assignment - c ++All Articles