Re: "duplicate key value": version 8.4 vs 8.1

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: "duplicate key value": version 8.4 vs 8.1
Дата
Msg-id 20101021125323.GP4993@aart.is.rice.edu
обсуждение исходный текст
Ответ на "duplicate key value": version 8.4 vs 8.1  (mountain oaf <mountainoaf@gmail.com>)
Ответы Re: "duplicate key value": version 8.4 vs 8.1
Список pgsql-novice
On Thu, Oct 21, 2010 at 10:59:50AM +1300, mountain oaf wrote:
> Hello,
>
> I am a Postgres newbie using a C program to add records to a Postgres database.
>
> When I run it against an 8.4.4 version of Postgres, data inserted into
> a table which violate an unique index are reported back to the program
> via sqlca.sqlcode as -403 ('duplicate key value violates unique
> constraint "my_index"').
>
> However, when I run the same program against an 8.1.2 database, the
> error isn't trapped. I'm explicitly looking for a -403 code via
> sqlca.sqlcode so am assuming that the error code is different in this
> version of the database.
>
> I've had a look on Teh Interwebs around to try and find out what the
> equivalent code is for 8.1.2 but have had no success so far. Could
> anyone point me in the right direction, please?
>
> Thanks in advance for any assistance,
>
> Mark
>

Hi Mark,

You may want to try the latest version of 8.1, 8.1.22 or 20 bugfix
releases more current. As has been oft repeated here, they do not
release them for fun. They fix real and critical bugs.

Cheers,
Ken

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

Предыдущее
От: "Turner, John J"
Дата:
Сообщение: source make check regression test on windows xp
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Incremental Backup