This package can find a PostgreSQL database table column by name.
It shows a form to let the user enter the table column's name.
The package can connect to a PostgreSQL database server and execute a query to find a column with the name entered by the user in any of the database tables available on the server.
If the column is found in any of the tables, the package shows the name of the database schema and the table where the queue was found.