[pgadmin-hackers] SVN Commit by dpage: r7162 - branches/REL-1_8_0_EDB/pgadmin3/pgadmin/schema

2008-03-13 Thread svn
Author: dpage Date: 2008-03-13 14:25:29 + (Thu, 13 Mar 2008) New Revision: 7162 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7162&view=rev Log: Ensure package names containing special characters work as they should Modified: branches/REL-1_8_0_EDB/pgadmin3/pgadmin/

[pgadmin-hackers] SVN Commit by dpage: r7163 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema

2008-03-13 Thread svn
Author: dpage Date: 2008-03-13 14:25:46 + (Thu, 13 Mar 2008) New Revision: 7163 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7163&view=rev Log: Ensure package names containing special characters work as they should Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pgad

[pgadmin-hackers] SVN Commit by dpage: r7164 - trunk/pgadmin3/pgadmin/schema

2008-03-13 Thread svn
Author: dpage Date: 2008-03-13 14:25:57 + (Thu, 13 Mar 2008) New Revision: 7164 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7164&view=rev Log: Ensure package names containing special characters work as they should Modified: trunk/pgadmin3/pgadmin/schema/edbPackage

[pgadmin-hackers] Column Names while copying from EditGrid

2008-03-13 Thread Robins Tharakan
Hi, While copying data from EditGrid, I see that the column names are not copied. This makes the data extremely ambiguous to use when pasting directly into excel or a similar spreadsheet application. Attached is a patch which prepends the column names in select cases of data copy from the EditGrid