[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [school-discuss] Web-based School Administration...



On Tue, 26 Aug 2003 19:36, Les Richardson wrote:
> I've used the DBI interface
> with my admin software so a switch to postgreSQL would be possible.
> (although ugly since, AFAIK, it doesn't have the auto-increment
> type...)

You achieve the same effect with CREATE SEQUENCE, which is what SQL-92 
and standards beyond would expect you to do.

Cheers; Leon