QUESTION: Automatically generating Primary keys !!! - Mailing list pgsql-general

From Tom Janssens
Subject QUESTION: Automatically generating Primary keys !!!
Date
Msg-id 3b194765@post.usenet.com
Whole thread Raw
List pgsql-general
**** Post for FREE via your newsreader at post.usenet.com ****

Hello,

I'm working on some sort of search-engine which is accesable by a browser.
On of the features of the engine is that you can insert new data into it
just by using your browser. For all this I use PHP, my database is in
Postgresql.

My problem is that I should be able to let the Database System (Postgresql)
generate its own primairy keys (from the rest of the data).

eg. I've got a table like this:

workplace_ID, name, street, nr, zipcode, city, country

workplace_ID is the primairy key of that table. Some other tables have a
foreign key refering to it. As a primairy key this ID is of course unique.
My Question is: How can I see which values (of the primairy key) are already
taken, and which is available for new data.

Thanks a lot

STom





-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 *** Usenet.com - The #1 Usenet Newsgroup Service on The Planet! ***
                      http://www.usenet.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

pgsql-general by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: can't re-start postgresql
Next
From: "Grumpa"
Date:
Subject: form generator?