Re: [GENERAL] bigserial continuity safety

2015-04-13 Thread David G. Johnston
On Mon, Apr 13, 2015 at 7:01 PM, Jim Nasby wrote: > On 4/13/15 7:45 PM, David G. Johnston wrote: > >> On Mon, Apr 13, 2015 at 3:05 PM, Pawel Veselov > >wrote: >> >> >> Hi. >> >> If I have a table created as: >> >> CREATE TABLE xq_agr ( >>id

Re: [GENERAL] bigserial continuity safety

2015-04-13 Thread Jim Nasby
On 4/13/15 7:45 PM, David G. Johnston wrote: On Mon, Apr 13, 2015 at 3:05 PM, Pawel Veselov mailto:pawel.vese...@gmail.com>>wrote: Hi. If I have a table created as: CREATE TABLE xq_agr ( idBIGSERIAL PRIMARY KEY, node text not null );

Re: [GENERAL] bigserial continuity safety

2015-04-13 Thread David G. Johnston
On Mon, Apr 13, 2015 at 3:05 PM, Pawel Veselov wrote: > Hi. > > If I have a table created as: > > CREATE TABLE xq_agr ( > idBIGSERIAL PRIMARY KEY, > node text not null > ); > > and that multiple applications insert into. The applications never > explicitly specify