Re: [pgadmin-support] Mac version can't dump/restore

2006-03-17 Thread John DeSoi
On Mar 17, 2006, at 3:14 AM, Dave Page wrote: Gotta say I'm slightly surprised to see you here offering advice, though of course you're more than welcome :-) Well, some may see it as I'm helping my primary (and free) competition. Although I certainly need a number of features that pgAdm

Re: [pgadmin-support] Mac version can't dump/restore

2006-03-17 Thread Dave Page
Thanks John - I'll look into this when I have my Mac to hand. Gotta say I'm slightly surprised to see you here offering advice, though of course you're more than welcome :-) Regards. Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John DeS

[pgadmin-support] feature suggestion: sequence wizard

2006-03-17 Thread Bill Eaton
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