noob trying to use PG with Zope

Поиск
Список
Период
Сортировка
От Programmer
Тема noob trying to use PG with Zope
Дата
Msg-id 611B913B025B1B4494E40781B4F6A61C01E52AC3@SERVER.paradigm-corp.com
обсуждение исходный текст
Ответы Re: noob trying to use PG with Zope  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
HI,
 
I am trying to learn PostgreSQL for use with Zope. I have Zope 2.9.6, PostgreSQL 8.2 on XP with the Psycopg2 adapter. I had no real problems getting it setup and it is working ok. When I go to the database connection in Zope and test it with SELECT version() I get the correct output.
Once it appeared to be working I created a table and added a few rows to it in psql. Then for the role being used by my Zope connection I did a GRANT ALL for the new table.
 
Problem is I get a permission denied error anytime I try to run a SELECT on the table. I've been going through the documentation for hours now with no joy. I suspect the problem is my lack of experience with PostgreSQL. Can anybody offer some advice on this problem?
 
Thanks!
 
M. A. Ruberto (Programmer)
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
 

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

Предыдущее
От: "Chamara Gunaratne"
Дата:
Сообщение: Re: Disk and shared buffer cache use
Следующее
От: Tom Lane
Дата:
Сообщение: Re: noob trying to use PG with Zope