Re: Help! - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Help!
Date
Msg-id Pine.BSF.4.21.0106040815031.4530-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Help!  (Letitia Hickman <LHickman@ecorp-real-estate.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with sql
Next
From: Stephan Szabo
Date:
Subject: Re: Problem with sql