Re: question on the information_schema

From: bricklen <bricklen(at)gmail(dot)com>
To: Salvatore Barone <salvator(dot)barone(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:39:15
Message-ID: CAGrpgQ9WoOG3DTxo3cZuMO++Bo_tcpNJBaPS-7csLXSWmgLbNQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2013/8/23 Salvatore Barone <salvator(dot)barone(at)gmail(dot)com>

> This is the output of \d from psql. I logged in as "ssaa"
>
> Lista delle relazioni
> Schema | Nome | Tipo | Proprietario | Dimensione
> | Descrizione
>
> --------+----------------------------+---------+--------------+------------+-------------
> public | acquisti_persona_fisica | tabella | platinet | 8192 bytes
> |
> public | acquisti_persona_giuridica | tabella | platinet | 0 bytes
> |
> public | articolo | tabella | platinet | 8192 bytes
> |
> public | fornitore | tabella | platinet | 0 bytes
> |
> public | giacenza | tabella | platinet | 0 bytes
> |
> public | persona_fisica | tabella | platinet | 8192 bytes
> |
> public | persona_giuridica | tabella | platinet | 8192 bytes
> |
> (7 righe)
>
> And this is the output of show search_path;
>
> search_path
> ----------------
> "$user",public
> (1 riga)
>

I'm stumped. I am unable to reproduce the lack of output from your query
when logged in as a non-superuser, and I can't think of a reason why you
are seeing no results. Hopefully someone else can chime in with more
suggestions or an answer.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Johnston 2013-08-23 15:53:30 Re: question on the information_schema
Previous Message raghu ram 2013-08-23 15:39:05 Re: question on the information_schema