Re: global object-id

2005-02-11 Thread Bill Easton
<[EMAIL PROTECTED]> To: "Konrad Kieling" <[EMAIL PROTECTED]>, "mysql List" Subject: Re: global object-id Date: Thu, 10 Feb 2005 16:57:49 +0100 > is there a simple way (ie without creating and deleting datasets in an > extra table) to use an auto_increment i

Re: global object-id

2005-02-10 Thread Sergei Golubchik
Hi! On Feb 10, Konrad Kieling wrote: > hi, > is there a simple way (ie without creating and deleting datasets in an > extra table) to use an auto_increment id field in several tables. no > table has to have all ids, so i cannot use the field of a master table > in childs. it seems one can use a

Re: global object-id

2005-02-10 Thread Martijn Tonies
> is there a simple way (ie without creating and deleting datasets in an > extra table) to use an auto_increment id field in several tables. no > table has to have all ids, so i cannot use the field of a master table > in childs. it seems one can use a sequence in postgresql in different > tables.