ERROR: relation "userroles" does not exist

Поиск
Список
Период
Сортировка
От Sean
Тема ERROR: relation "userroles" does not exist
Дата
Msg-id d953ccea0810101030r285012bdv9029c5763d6955cc@mail.gmail.com
обсуждение исходный текст
Ответы Re: ERROR: relation "userroles" does not exist
Список pgsql-php
Hello All,

I keep receiving the following when trying to select from a table in my database. the Tables are there i see them in pgAdmin...


Warning: pg_query_params() [function.pg-query-params]: Query failed: ERROR: relation "userroles" does not exist

The query I'm running is

SELECT userPassword, salt, roleName
            FROM User u,  UserRoles ur, Roles r
            where u.id = ur.user_id
            and r.id = ur.role_id
            and u.username = $1
            and u.active = true



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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: store data files encryptypted in database.
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: ERROR: relation "userroles" does not exist