pgAdmin III commit: Use the new syntax for sequence when possible

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use the new syntax for sequence when possible
Date: 2011-07-03 21:39:16
Message-ID: 201107032139.p63LdG69099917@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-03 21:40:08 Re: Updated sequence syntax
Previous Message Guillaume Lelarge 2011-07-03 21:18:44 Re: [FEATURE] OIDs check box to enable OIDs