Re: question on the information_schema

From: Salvatore Barone <salvator(dot)barone(at)gmail(dot)com>
To: bricklen <bricklen(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: question on the information_schema
Date: 2013-08-23 15:02:47
Message-ID: 52177997.7020306@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message bricklen 2013-08-23 15:04:39 Re: question on the information_schema
Previous Message David Johnston 2013-08-23 15:02:30 Re: question on the information_schema