Auto incrementing Field

From: Rex Byrns <rexb(at)testengeer(dot)com>
To: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Auto incrementing Field
Date: 1999-04-13 14:47:28
Message-ID: 37135900.A54047B3@testengeer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I have been porting some scripts that were written for mySQL and there
is extensive use of an autoincrementing field. I gather that I must
write a function to do this. Anyone have an example or better method?

Another question I have is about the timespan data type. I am in need
of a way to allow users to enter time worked on specific jobs in the
form of say 8 am thru 12:30 pm (Date inclusion is ok). I would like to
prevent overlapping time entries. The term timespan sounds like it
might be useful for this .

thanks for any help you might give,

Rex Byrns.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas Lockhart 1999-04-13 15:15:36 Re: [INTERFACES] Auto incrementing Field
Previous Message manu manu 1999-04-13 14:02:11 Help for Creating View