| From: | "E Westfield" <edwestfield(at)sprintmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org(dot)pgsql-questions(at)postgreSQL(dot)org |
| Subject: | Looking for Mr. Autonum |
| Date: | 1999-05-19 20:07:03 |
| Message-ID: | 7hv5ja$2eq$1@holly.prod.itd.earthlink.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Greetings
Looking for how to build a table with a built in unique sequential numeric
key (primary optional) and then copy from a flat file to that same field.
Can not see on the _CREATE TABLE_ nor the _TYPE_ how to do so. Is the OID
mentioned in the _COPY_ a possible.
I wish to have a new unique ID for any additions to the table without
haveing to programmatically create one. This is done in other databases so
I am sure it is available in Postgresql. Thank you for you help in this
slow learning one.
--
E Westfield
SCRIBE Network Coordinator
http://www.faire.net/SCRIBE
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-05-19 20:32:35 | Re: [GENERAL] For data based web site, which RDBMS is better & why ? |
| Previous Message | ralli | 1999-05-19 18:38:26 | For data based web site, which RDBMS is better & why ? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-05-19 20:40:27 | Re: [HACKERS] Open 6.5 items |
| Previous Message | D'Arcy J.M. Cain | 1999-05-19 19:49:57 | default operator class for user-defined types |