BUG #14359: serial datatype issue

From: debaratis(at)techmahindra(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14359: serial datatype issue
Date: 2016-10-07 08:51:01
Message-ID: 20161007085101.1412.11450@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14359
Logged by: Debarati Sengupta
Email address: debaratis(at)techmahindra(dot)com
PostgreSQL version: 9.4.5
Operating system: Windows
Description:

I have created tables with primary key as serial datatype, while inserting
data through functions at times the next value is not generated and it tries
inserting data with the same value, hence conflicting and raising error
saying the value already exists.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2016-10-07 09:26:17 Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection
Previous Message 厚积薄发 2016-10-07 00:35:39 Re: When I set the synchronous_standby_names and synchronous_commit to off, the replication query state also show in sync mode.