database - Check if a view is used in PostgreSQL -


i having view in postgresql , want check places view being referenced. know below query search in procedures & functions , return if used.

select * pg_proc prosrc ilike '%someview%'; 

is there other way or alternate solution?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -