Sequence - Mailing list pgsql-docs

From anson
Subject Sequence
Date
Msg-id 5669.010103@gigaideas.com.cn
Whole thread Raw
Responses Re: Sequence  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Hello,
i have some problem with the Sequence of pgsql.
for example:
    i have made a talbe named tbl_a and his sequence named
    tbl_a_log_id_seq, then i insert into tbl_a with amounts of
    records, so the last value of tbl_a_log_id_seq become 200.
    someday, i get this table move to a new machine, create a new
    table, a new sequence, so there becomes the problem!
    i cann't insert a new record into tbl_a when there are old records
    in the table, because the log_id has become from 1 to 200, but the
    last_value of tbl_a_log_id_seq is 1!!!!!and i even can't change
    the value of last_value, how can i do now? i don't wanna lose the
    old records!
    please help me!


--
Best regards,
 anson                          mailto:anson@gigaideas.com.cn



pgsql-docs by date:

Previous
From: "Gilles Bernard"
Date:
Subject: Re: Postgres ignoring RTree for geometric operators
Next
From: Tom Lane
Date:
Subject: Re: Postgres ignoring RTree for geometric operators