Re: Help!

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Help!
Дата
Msg-id Pine.BSF.4.21.0106040815031.4530-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Help!  (Letitia Hickman <LHickman@ecorp-real-estate.com>)
Список pgsql-bugs
On Thu, 31 May 2001, Letitia Hickman wrote:

> Getting a "Warning: PostgreSQL query failed: ERROR: Cannot insert a
> duplicate key into unique index
> auditlog_pkey in /htdocs/ecorp-real-estate.com/intranet on line 167"
>
> Continue to get also
>
> :Warning: PostgreSQL query failed: ERROR: parser: parse error at or near
> "," in  /htdocs/ecorp-real-estate.com/Include/propertyPost.inc on line
> 18"
>
> Can't seem to solve.

That's not alot of information.  Basic version, schema and query details
are going to be needed.

The first is a reasonable error if someone tried to insert the same
value into the pkey field of auditlog that already existed.  The second
is a parse error, probably a syntactic problem.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with sql
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Problem with sql