feature suggestion: sequence wizard

From: "Bill Eaton" <ee2(at)aeroantenna(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: feature suggestion: sequence wizard
Date: 2006-03-17 02:39:51
Message-ID: BHEMIOKCPPFPFJCHEKDCKENBCBAA.ee2@aeroantenna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

It would be nice to automate the conversion of an integer in a table to a
"serial".

Apparently SQL Server is able to pull this off.

The steps required would be to:
* automagically create a new sequence
* set default value of the desired field to nextval(new sequence)
* set the value of the sequence to max(field)

As far as GUI is concerned, you'd want the user to be able to select the
schema --> table --> field name and the wizard would do the rest.

Best regards,

Bill Eaton, Ph.D.
Senior Engineer
AeroAntenna
mailto://ee2(at)aeroantenna(dot)com
tel: (818)993-3842

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-03-17 08:14:10 Re: Mac version can't dump/restore
Previous Message Alessandro @ GMail 2006-03-16 15:52:44 weird problem with pgadmin & postgres on debian