pgAdmin III commit: Use the new syntax for sequence when possible - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Use the new syntax for sequence when possible
Date
Msg-id 201107032139.p63LdG69099917@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use the new syntax for sequence when possible

In 8.4, the ALTER SEQUENCE can be used to rename a sequence, and to change the
owner of a sequence.

First patch from Thom Brown, few changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2705867fbd700698df9f73a7fe15961c81010d00

Modified Files
--------------
pgadmin/dlg/dlgSequence.cpp |   38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: [FEATURE] OIDs check box to enable OIDs
Next
From: Guillaume Lelarge
Date:
Subject: Re: Updated sequence syntax