Fwd: pgadmin doesn't see tables?

Поиск
Список
Период
Сортировка
От Jim McNamara
Тема Fwd: pgadmin doesn't see tables?
Дата
Msg-id CAC8eACga9pOY9YnLDCqjkEF1XSouM=H50RLRO+VTynGs3TLr+A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fwd: pgadmin doesn't see tables?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-novice

hi -
in schema public my tables aren't listed pgadmin III.

here is some diagnostic info.

postgres=# alter table employee set schema public;
ERROR:  table employee is already in schema "public"

postgres=# \dt
          List of relations
 Schema |   Name   | Type  |  Owner  
--------+----------+-------+---------
 public | employee | table | blaster
 public | phone    | table | blaster

postgres=# select * from employee;
 id | fname | lname 
----+-------+-------
(0 rows)

How come pgadmin can't see my table but the command line
tools can see the table?

thx. for any assistance - jim

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

    Предыдущее
    От: Tom Lane
    Дата:
    Сообщение: Re: Collation
    Следующее
    От: "David G. Johnston"
    Дата:
    Сообщение: Re: Fwd: pgadmin doesn't see tables?