Re: [GENERAL] Some MySQL features

1999-12-03 Thread Ed Loehr
"Aaron J. Seigo" wrote: > > This is a question that could be an answer. What do y'all think about > > using the OID to get the same functionality (unless he really needs a > > sequence of nice small numbers)? > > OIDs don't survive dump/reloads and sequences already provide this > functionality,

Re: [GENERAL] Some MySQL features

1999-12-03 Thread kaiq
and, generally, those low-level non-sql86/92 things should be treated with caution. On Fri, 3 Dec 1999, Aaron J. Seigo wrote: > hi.. > > > This is a question that could be an answer. What do y'all think about > > using the OID to get the same functionality (unless he really needs a > > sequen

Re: [GENERAL] Some MySQL features

1999-12-03 Thread Aaron J. Seigo
hi.. > This is a question that could be an answer. What do y'all think about > using the OID to get the same functionality (unless he really needs a > sequence of nice small numbers)? OIDs don't survive dump/reloads and sequences already provide this functionality, surviving dump/reloads --

Re: [GENERAL] Some MySQL features

1999-12-03 Thread Keith G. Murphy
vincent leycuras wrote: > > Hi! > I'd like to know if pgsql supports the two excellent features that exist in > MySQL: > - the possibility to load the database with ASCII formatted file containing > the data we want to put; > - the index auto incrementation the prevents from having to specify the