Adding Records With SERIAL Primary Key

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Adding Records With SERIAL Primary Key
Дата
Msg-id Pine.LNX.4.61.0505030950170.9945@salmo.appl-ecosys.com
обсуждение исходный текст
Ответы Re: Adding Records With SERIAL Primary Key  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: Deep integration of PostgreSQL with Apache
Следующее
От: Ricardo Vaz Mannrich
Дата:
Сообщение: Re: Dynamically access to field on a RECORD variable