Re: [pgAdmin III] #278: Support for updating enums - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject Re: [pgAdmin III] #278: Support for updating enums
Date
Msg-id 054.d56e46a7e564982ea795301b217ba5b0@code.pgadmin.org
Whole thread Raw
In response to [pgAdmin III] #278: Support for updating enums  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#278: Support for updating enums
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  dpage
     Type:  feature  |      Status:  new  
 Priority:  minor    |   Milestone:       
Component:  pgadmin  |     Version:  1.12 
 Keywords:  type     |    Platform:  all  
---------------------+------------------------------------------------------

Comment(by gleu):

 This is completely vague. The idea is that you don't need to be in 9.1 to
 update texts of an enum. The commit you're refering to is only for the
 support of the new syntax of ALTER TYPE targeting enum types. It's only
 available on 9.1. Moreover, it only allows one to add before or after an
 existing value. It doesn't allow someone to simply change a value of an
 enum.

 I created this ticket to allow the update of a value in an enum. Which, if
 I'm not wrong, should be an UPDATE in pg_enum.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/278#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #278: Support for updating enums
Next
From: Guillaume Lelarge
Date:
Subject: Re: Wrong statistics for overloaded functions