Re: [INTERFACES] ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables

Поиск
Список
Период
Сортировка
От Chay Wesley
Тема Re: [INTERFACES] ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables
Дата
Msg-id 001901bebf3d$b7b07e20$6301a8c0@ci.danville.ky.us
обсуждение исходный текст
Ответ на ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables  ("Chay Wesley" <chay@ci.danville.ky.us>)
Список pgsql-interfaces
If I do a 'Select * from pg_class;', I get 58 rows returned, 2 of which are names of tables that I expect to see from the ODBC end.
However, if I do a 'Select * from pg_user;', I get 0 rows returned.
 
How do entries make it into pg_user?  I previously ran 'createuser' from the command line, and have also 'granted' permissions on the tables.
 
Chay Wesley
 
 
----- Original Message -----
Sent: Friday, June 25, 1999 2:36 PM
Subject: Re: [INTERFACES] ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables

 

The log shows that 0 rows are coming back.  Are you sure you have any tables?
Try running the exact query above in the psql monitor and see what happens.

Byron

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

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables
Следующее
От: "Chay Wesley"
Дата:
Сообщение: Re: [INTERFACES] ODBC 6.4 + PostgreSQL 6.5 = Can't browse tables