Create some tables with postgres user that has primary and foreign keys.
The new user is unable to view INFORMATION_SCHEMA.TABLE_CONSTRAINTS
contents. I tried the following grants: GRANT USAGE ON schema
schema_name to new_user;GRANT SELECT ON ALL TAB...