[pgAdmin III] #330: Column changes through table properties lost when re-editing

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #330: Column changes through table properties lost when re-editing
Date: 2011-07-22 15:23:22
Message-ID: 045.1a28aa012c1d6173ecd1b61fd8d4e6b1@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#330: Column changes through table properties lost when re-editing
---------------------+------------------------------------------------------
Reporter: thom | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: | Platform: all
---------------------+------------------------------------------------------
When going into a table's properties then editing an existing column, if
any property is changed, after returning to the table properties dialogue,
the SQL pane correctly shows the relevant changes. However, if you then
go back to edit that same column, it will not reflect those new changes
and be as if nothing had been touched. Therefore if, for example, you
initially renamed the column, then went back into the column dialogue
(without yet running the previous change) and added a comment, upon
returning to the table properties dialogue for a second time, the SQL pane
will only show the last change for that column and will have forgotten
about the rename.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/330>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Linda Scheiber 2011-07-22 18:43:39 say Hello
Previous Message Vladimir Kokovic 2011-07-22 04:19:08 Re: Copy/Paste table(s) functions - git context patch