Hi, ALL, Is there an easy way to add the schema to the following query: SELECT u.usename FROM pg_class c, pg_user u WHERE u.usesysid = c.relowner AND relname = ? Thank you.
Hi, ALL, Is there an easy way to add the schema to the following query: SELECT u.usename FROM pg_class c, pg_user u WHERE u.usesysid = c.relowner AND relname = ? Thank you.