Re: Query Problem

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Query Problem
Дата
Msg-id 937d27e10807060356t6175aa18w44584f7fb3c42a0a@mail.gmail.com
обсуждение исходный текст
Ответ на Query Problem  (Sheikh Salman Ahmed <salman_sheikh@hotmail.com>)
Список pgsql-general
On Sun, Jul 6, 2008 at 12:04 AM, Sheikh Salman Ahmed
<salman_sheikh@hotmail.com> wrote:

> res = PQexec(conn, "INSERT INTO public.Person VALUES

Without quotes around Person, it will be shifted to lower case to
match a table called person. I suspect you need to do:

res = PQexec(conn, "INSERT INTO public.\"Person\" VALUES

It's almost always easier to use lower case names in Postgres.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

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

Предыдущее
От: "Matt Magoffin"
Дата:
Сообщение: Re: Memory use in 8.3 plpgsql with heavy use of xpath()
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Installation problem -- another installation is in progress