Re: question on the information_schema
От
Salvatore Barone
Тема
Re: question on the information_schema
Дата
Msg-id
52178080.7010908@gmail.com
Ответ на
Re: question on the information_schema (bricklen)
Список
Дерево обсуждения
question on the information_schema Salvatore Barone <salvator.barone@gmail.com>
Re: question on the information_schema David Johnston <polobo@yahoo.com>
Re: question on the information_schema Salvatore Barone <salvator.barone@gmail.com>
Re: question on the information_schema bricklen <bricklen@gmail.com>
Re: question on the information_schema Salvatore Barone <salvator.barone@gmail.com>
Re: question on the information_schema David Johnston <polobo@yahoo.com>
Re: question on the information_schema bricklen <bricklen@gmail.com>
Re: question on the information_schema raghu ram <raghuchennuru@gmail.com>
Re: question on the information_schema David Johnston <polobo@yahoo.com>
Re: question on the information_schema bricklen <bricklen@gmail.com>
Re: question on the information_schema Salvatore Barone <salvator.barone@gmail.com>
Re: question on the information_schema bricklen <bricklen@gmail.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)
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)
-- Saluti, Salvatore Barone
В списке pgsql-admin по дате отправления