On Tuesday 17 April 2007 11:27, Ed Leafe wrote: > On Apr 17, 2007, at 12:50 PM, johnf wrote: > > I'm sorry Ed we have to be talking about different subjects. I > > understand how > > to use the Postgres sequences. I understand nextval(seq), curval > > (seq) and > > lastval(). But these depend on a sequence for the table. I don't > > think a PK > > has to be a sequence. Note I assume Dabo is not just allowing > > sequences. > > What other auto-increment choices are there in Postgres besides > sequences and OIDs? > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com None that I'm aware of. But of course I can add all the triggers/functions I want to add pk's.
Not sure where you are going with the question? -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
