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 archives
  Advanced Search

pgAdminII support question



I am trying to create auto-incrementing of the Primary Key within each record by using sequences.

Sometimes I can get the "add - sequence" to work by creating it with the name "tablename_columnname_seq".

There are many other times that this doesn't work.  (The table create SQL doesn't show up with the 'serial' command word in the column creation.)

The sequence name is there, but it doesn't seem to 'make connection' to that table/column.

I am using pgAdmin version 1.8.4 and PostGres version 8.3 in Winxp setting.

Some solution to this would be very helpful, please.

Dave Leikis


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group