SVN Commit by dpage: r6281 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/schema pgadmin/schema

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6281 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/schema pgadmin/schema
Date: 2007-05-09 14:18:26
Message-ID: 200705091418.l49EIQNW030387@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-05-09 14:18:26 +0000 (Wed, 09 May 2007)

New Revision: 6281

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6281&view=rev

Log:
Treat view columns as first class citizens. Show them on the treeview, and allow their properties page to be viewed. Allow editting of the default value and comment, and reflect this in the reverse engineered SQL for the view. Per request from Luiz.

Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/dlg/dlgColumn.cpp
trunk/pgadmin3/pgadmin/include/schema/pgColumn.h
trunk/pgadmin3/pgadmin/include/schema/pgTable.h
trunk/pgadmin3/pgadmin/schema/pgColumn.cpp
trunk/pgadmin3/pgadmin/schema/pgTable.cpp
trunk/pgadmin3/pgadmin/schema/pgView.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message Leszek Trenkner 2007-05-09 15:11:23 [Enter] key moves to the end of editing pane
Previous Message Dave Page 2007-05-09 12:42:53 Re: build environment