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

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.
Alloweditting of the default value and comment, and reflect this in the reverse engineered SQL for the view. Per
requestfrom 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