Re: php cant see new table!!

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: php cant see new table!!
Дата
Msg-id 20060218043942.GA69409@winnie.fuhr.org
обсуждение исходный текст
Ответ на php cant see new table!!  ("Sears, Jeremy" <Jeremy.Sears@CCRS.NRCan.gc.ca>)
Список pgsql-novice
On Fri, Feb 17, 2006 at 10:55:10AM -0500, Sears, Jeremy wrote:
> I have sucessfully created a new table in a schema known as "st". I can view
> the contents of my database and see that this table exists. However when I
> attempt to connect to it via php, I get the following error:
>
> Warning: pg_query(): Query failed: ERROR: relation "st.iam" does not exist

Is the table name st.iam or st."IAM"?  If you don't understand the
difference then see the section about quoted identifiers in the
documentation:

http://www.postgresql.org/docs/8.1/interactive/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr

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

Предыдущее
От: "Sears, Jeremy"
Дата:
Сообщение: php cant see new table!!
Следующее
От: Andreas Seltenreich
Дата:
Сообщение: Re: Ident authentication failed without su to user