Unix Technical Forum

SVN Commit by andreas: r4729 - in trunk/pgadmin3: . src/dlg src/include

This is a discussion on SVN Commit by andreas: r4729 - in trunk/pgadmin3: . src/dlg src/include within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Author: andreas Date: 2005-11-10 11:12:40 +0000 (Thu, 10 Nov 2005) New Revision: 4729 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/dlg/dlgRole.cpp trunk/pgadmin3/src/include/version.h Log: Fix ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 05:44 PM
svn@pgadmin.org
 
Posts: n/a
Default SVN Commit by andreas: r4729 - in trunk/pgadmin3: . src/dlg src/include

Author: andreas
Date: 2005-11-10 11:12:40 +0000 (Thu, 10 Nov 2005)
New Revision: 4729

Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/src/dlg/dlgRole.cpp
trunk/pgadmin3/src/include/version.h
Log:
Fix role rename

Modified: trunk/pgadmin3/CHANGELOG.txt
================================================== =================
--- trunk/pgadmin3/CHANGELOG.txt 2005-11-09 22:58:27 UTC (rev 4728)
+++ trunk/pgadmin3/CHANGELOG.txt 2005-11-10 11:12:40 UTC (rev 4729)
@@ -17,6 +17,7 @@
</ul>
<br>
<ul>
+ <li>2005-11-09 AP 1.4.1 Fix role rename (r: Antonio)
<li>2005-11-09 AP database and schema display restriction
<li>2005-11-09 AP overhaul of server config settings
<li>2005-11-09 AP 1.4.1 fix procedure/triggerFunc collection list

Modified: trunk/pgadmin3/src/dlg/dlgRole.cpp
================================================== =================
--- trunk/pgadmin3/src/dlg/dlgRole.cpp 2005-11-09 22:58:27 UTC (rev 4728)
+++ trunk/pgadmin3/src/dlg/dlgRole.cpp 2005-11-10 11:12:40 UTC (rev 4729)
@@ -447,7 +447,7 @@
{
// Edit Mode

- AppendNameChange(sql);
+ AppendNameChange(sql, wxT("ROLE ") + role->GetQuotedFullIdentifier());


wxString options;

Modified: trunk/pgadmin3/src/include/version.h
================================================== =================
--- trunk/pgadmin3/src/include/version.h 2005-11-09 22:58:27 UTC (rev 4728)
+++ trunk/pgadmin3/src/include/version.h 2005-11-10 11:12:40 UTC (rev 4729)
@@ -11,7 +11,7 @@


// Application Versions
-#define VERSION_STR wxT("1.5.0")
+#define VERSION_STR wxT("1.5 Devel")
#define VERSION_NUM 1,5,0,0
#define VERSION_PACKAGE 1.5.0
#define VERSION_SVN wxT("$Rev$")


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:22 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com