Add schema to the query

Поиск
Список
Период
Сортировка
От Igor Korot
Тема Add schema to the query
Дата
Msg-id CA+FnnTy2L=VTDutUTD+iXeRVjhP50OkJoj3uhK+5=8fDQngb1Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Add schema to the query  (Melvin Davidson <melvin6925@gmail.com>)
Re: Add schema to the query  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
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.


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

Предыдущее
От: legrand legrand
Дата:
Сообщение: Re: pg_stat_statements : how to catch non successfully finishedstatements ?
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Add schema to the query