numbering rows on import from file

Поиск
Список
Период
Сортировка
От Alexy Khrabrov
Тема numbering rows on import from file
Дата
Msg-id F276B304-5080-42E6-ACF4-85C3499A8A00@gmail.com
обсуждение исходный текст
Ответы Re: numbering rows on import from file
Re: numbering rows on import from file
Re: numbering rows on import from file
Список pgsql-sql
Greetings -- I have a huge table of the form  
(integer,integer,smallint,date).  Its origin is an ASCII file which I  
load with \copy.  Now I want to number the rows, adding an id column  
as an autoincrement from a sequence.  How should I do the import now  
for the sequence to work -- should I add the id column last, so it  
will not be filled by copy and presumably autoincrement?

Or, once the table is already in, can I add a column and force it to  
be filled with consecutive numbers, effectively numbering the rows?

Cheers,
Alexy


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

Предыдущее
От: Alexy Khrabrov
Дата:
Сообщение: Re: columns for count histograms of values
Следующее
От: chester c young
Дата:
Сообщение: Re: numbering rows on import from file