Re: question on the information_schema

Поиск
Список
Период
Сортировка
От Salvatore Barone
Тема Re: question on the information_schema
Дата
Msg-id 52177997.7020306@gmail.com
обсуждение исходный текст
Ответ на Re: question on the information_schema  (bricklen <bricklen@gmail.com>)
Ответы Re: question on the information_schema  (bricklen <bricklen@gmail.com>)
Список pgsql-admin
On 23/08/2013 16:57, bricklen wrote:
select *
from information_schema.columns
where table_schema not in ('information_schema','pg_catalog')
Both queries, whether to send as user "ssaa", ie the user that I use daily, return an empty table. If sending as user "postgres" instead, they return the correct list of columns.

-- 
Saluti,
Salvatore Barone

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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: question on the information_schema
Следующее
От: bricklen
Дата:
Сообщение: Re: question on the information_schema