Re: [pgadmin-hackers] Updated sequence syntax

2011-07-03 Thread Thom Brown
On 3 July 2011 22:40, Guillaume Lelarge wrote: > On Sun, 2011-07-03 at 19:23 +0100, Thom Brown wrote: >> [...] >> I noticed that altering sequences still uses the old ALTER TABLE >> syntax.  While that's required for older versions, it's not anymore. >> Attached a patch to use most up-to-date synt

Re: [pgadmin-hackers] Updated sequence syntax

2011-07-03 Thread Guillaume Lelarge
On Sun, 2011-07-03 at 19:23 +0100, Thom Brown wrote: > [...] > I noticed that altering sequences still uses the old ALTER TABLE > syntax. While that's required for older versions, it's not anymore. > Attached a patch to use most up-to-date syntax for each version. This > is based on the previous

[pgadmin-hackers] Updated sequence syntax

2011-07-03 Thread Thom Brown
Hi, I noticed that altering sequences still uses the old ALTER TABLE syntax. While that's required for older versions, it's not anymore. Attached a patch to use most up-to-date syntax for each version. This is based on the previous newline patch having already been applied. Obviously this won't