ERROR: relation "userroles" does not exist - Mailing list pgsql-php

From Sean
Subject ERROR: relation "userroles" does not exist
Date
Msg-id d953ccea0810101030r285012bdv9029c5763d6955cc@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: relation "userroles" does not exist  (Raymond O'Donnell <rod@iol.ie>)
List 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 by date:

Previous
From: Frank Bax
Date:
Subject: Re: store data files encryptypted in database.
Next
From: Raymond O'Donnell
Date:
Subject: Re: ERROR: relation "userroles" does not exist