Re: Add schema to the query

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Add schema to the query
Дата
Msg-id B612F05E-938C-443E-84EE-9F6A73B23352@gmail.com
обсуждение исходный текст
Ответ на Add schema to the query  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: Add schema to the query  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general

> On May 6, 2018, at 8:19 PM, Igor Korot <ikorot01@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?


В списке pgsql-general по дате отправления:

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: Add schema to the query
Следующее
От: George Neuner
Дата:
Сообщение: Re: CSVQL? CSV SQL? tab-separated table I/O? RENAME COLUMN