Duplicate values when using same sequence to generate columns across two different tables - Mailing list pgsql-novice

From Aditya Rastogi
Subject Duplicate values when using same sequence to generate columns across two different tables
Date
Msg-id BAY176-W32BDD267896D4399354BF0C5EF0@phx.gbl
Whole thread Raw
Responses Re: Duplicate values when using same sequence to generate columns across two different tables
List pgsql-novice
Hi,

I am using the same sequence to auto-generate values for columns in two different tables. If multiple parallel sessions are inserting values in either of the tables, is there a chance that there might occur entries with the same integer in the two tables or in one of the tables ?

Thanks in advance,
Aditya

pgsql-novice by date:

Previous
From: amul sul
Date:
Subject: Re: Debug in postgresql using eclipse
Next
From: Thomas Kellerer
Date:
Subject: Re: Duplicate values when using same sequence to generate columns across two different tables