Re: [GENERAL] unique row identifier data type exhausted . . .

2000-04-25 Thread Bruce Momjian
> > > > Is this necessarily a good solution? If you use 64-bit OIDs, some joker > > will just hook up a several-terra-byte disk array to his machine, try to > > store the location of every molecule in the universe and break it. > > If you have to have OIDs at all, its a lot better than a 32 bit

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-25 Thread Andrew Snow
> Is this necessarily a good solution? If you use 64-bit OIDs, some joker > will just hook up a several-terra-byte disk array to his machine, try to > store the location of every molecule in the universe and break it. If you have to have OIDs at all, its a lot better than a 32 bit number. I th

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-25 Thread Franck Martin
tgresql. Org Subject: RE: [GENERAL] unique row identifier data type exhausted . . . On Mon, 24 Apr 2000, Andrew Snow wrote: > > When we are sure all platforms support 64-bit int's, we will move in

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-25 Thread Tom Cook
On Mon, 24 Apr 2000, Andrew Snow wrote: > > When we are sure all platforms support 64-bit int's, we will move in > > that direction. > > Sorry if this is a stupid question, but couldn't you fairly easily make it > an option at compile time? To use either 32 or 64 bit OID's. > (And, less importan

Re: [GENERAL] unique row identifier data type exhausted . . .

2000-04-24 Thread Bruce Momjian
> > > When we are sure all platforms support 64-bit int's, we will move in > > that direction. > > Sorry if this is a stupid question, but couldn't you fairly easily make it > an option at compile time? To use either 32 or 64 bit OID's. > (And, less importantly, for sequences) Well, we could bu

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-24 Thread Andrew Snow
> When we are sure all platforms support 64-bit int's, we will move in > that direction. Sorry if this is a stupid question, but couldn't you fairly easily make it an option at compile time? To use either 32 or 64 bit OID's. (And, less importantly, for sequences) - Andrew

Re: [GENERAL] unique row identifier data type exhausted . . .

2000-04-23 Thread Bruce Momjian
> > > It feels like there should be some *really* obvious answer to this > > question, and I'll find myself whacking my forehead in self-abasement > > and out of sheer relief to have found the answer to a problem that > > should not have bothered me in the first place since the answer is too > >

Re: [GENERAL] unique row identifier data type exhausted . . .

2000-04-22 Thread Jurgen Defurne
Frank Joerdens wrote: > It feels like there should be some *really* obvious answer to this > question, and I'll find myself whacking my forehead in self-abasement > and out of sheer relief to have found the answer to a problem that > should not have bothered me in the first place since the answer

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-22 Thread Andrew Snow
> It feels like there should be some *really* obvious answer to this > question, and I'll find myself whacking my forehead in self-abasement > and out of sheer relief to have found the answer to a problem that > should not have bothered me in the first place since the answer is too > self-evident