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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -