开发者

Search in all tables in PgAdmin

开发者 https://www.devze.com 2023-04-12 05:12 出处:网络
In PgAdmin, is it possible to search for a value in ALL tables? In phpmyadmin this is possible and quite convenient.开发者_如何学JAVA You search for an ID value and find all the tables in which it occ

In PgAdmin, is it possible to search for a value in ALL tables? In phpmyadmin this is possible and quite convenient.开发者_如何学JAVA You search for an ID value and find all the tables in which it occurs. I can't seem to find this function in PgAdmin.

Does it exist?


It currently doesn't exist in PgAdmin.


There's custom function for this. You can use it from Query tool. See [How to search a specific value in all tables (PostgreSQL)? ](as of today, there are two modifications in answers there that include column name, progress reporting)

0

精彩评论

暂无评论...
验证码 换一张
取 消