> On May 6, 2018, at 8:19 PM, Igor Korot <ikoro...@gmail.com> wrote: > > 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. > Are you looking for the owner of a particular schema.tablename?
- Add schema to the query Igor Korot
- Re: Add schema to the query Melvin Davidson
- Re: Add schema to the query Melvin Davidson
- Re: Add schema to the query Igor Korot
- Re: Add schema to the query Rob Sargent
- Re: Add schema to the query Igor Korot