Adding Records With SERIAL Primary Key

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Adding Records With SERIAL Primary Key
Date: 2005-05-03 16:58:24
Message-ID: Pine.LNX.4.61.0505030950170.9945@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I may have missed this in the docs; if so, please tell me where to find the
answer there. If not, I still need to learn how to resolve this situation.

The database schema has been designed and the tables are ready to be
created. Once they exist, I want to load data into the tables in batch mode
(rather than one at a time, manually). The core table has a SERIAL data type
field as the primary key. How is this field assigned values? Then, how do I
load the related tables so they reference the proper records?

Thanks,

Rich

--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ricardo Vaz Mannrich 2005-05-03 16:59:51 Re: Dynamically access to field on a RECORD variable
Previous Message Alex Turner 2005-05-03 16:48:29 Re: Deep integration of PostgreSQL with Apache