Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Automatically update sequence



Alan Hodgson wrote:
What you should do is fetch the next value from the sequence yourself and then use it in the insert. Or, if you're pre-loading existing data, load it and then set the sequence value afterwards.

I must use it in insert since it is an export from MySQL database.

I understand that I can update the sequence afterwards, but I was just wondering is it possible that Postgres updates it automatically after I insert the data?

Regards,
Ognjen



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group