strange table access error using PHP

Поиск
Список
Период
Сортировка
От haresh@mail1.hub.org
Тема strange table access error using PHP
Дата
Msg-id 988831397.3af05ea5780cc@webmail.hub.org
обсуждение исходный текст
Список pgsql-hackers
hi...i'm configuring a web based e-commerce site called pg_market that uses PHP
and postgresql and i keep coming up with this error:

Warning: PostgreSQL query failed: ERROR: Relation 'order_cntry' does not exist
in /home/users/h/haresh/public_html/pgmarket-1.2.0/lib/dblib.inc.php on line 84

Can't execute query

SELECT name FROM order_cntry WHERE cntry_id = 974

This script cannot continue, terminating.

The table was created wiht the same user that is used to access the databse
in the script. I've tried everything from granting permissions to doing a dump
and repost. Hope someone knows what might be the problem.


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

Предыдущее
От: "Antonio Jose Acuña Jimenez"
Дата:
Сообщение: "PQgetvalue: ERROR!
Следующее
От: Jeroen Habets
Дата:
Сообщение: RE: postgres jdbc source code