[pgadmin-hackers] [pgAdmin III] #182: Global option to *never* put double-quotes around object names, even when I use an uppercase character in a name

2010-05-09 Thread pgAdmin Trac
#182: Global option to *never* put double-quotes around object names, even when 
I
use an uppercase character in a name
-+--
 Reporter:  Simon Riggs  |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.8  
 Keywords:   |Platform:  all  
-+--
 even when I use an uppercase character in a name

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #183: Copy/Paste objects between schemas.

2010-05-09 Thread pgAdmin Trac
#183: Copy/Paste objects between schemas.
-+--
 Reporter:  Simon Riggs  |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.10 
 Keywords:  browser  |Platform:  all  
-+--
 and/or drag and drop

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #184: "Clone" object, which copies object but prompts for new name.

2010-05-09 Thread pgAdmin Trac
#184: "Clone" object, which copies object but prompts for new name.
-+--
 Reporter:  Simon Riggs  |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.10 
 Keywords:  browser  |Platform:  all  
-+--
 which copies object but prompts for new name.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #185: Allow the user to disconnect individual databases

2010-05-09 Thread pgAdmin Trac
#185: Allow the user to disconnect individual databases
-+--
 Reporter:  gleu |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.10 
 Keywords:  browser  |Platform:  all  
-+--


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] My roadmap for 1.14

2010-05-09 Thread Guillaume Lelarge
Hi,

I've been thinking about what I would like to do for 1.14. Here is a
(short?) list:

Better PostgreSQL support
  Complete 9.1 support
  9.0 support: exclusion constraints
  8.4 support: SQL/Med objects

Better UI experience
  Better i18n
  wxWidgets 2.9/3.0?

Better server status window (frmStatus)
  Show/hide columns
  Filter rows
  Logfile: columns according to log_line_prefix,
   filename according to log_filename,
   etc
  Custom reports
  Graphs

And, of courses, mentoring Luis on his GSoC.

Comments?


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Update www: new screenshots

2010-05-09 Thread Guillaume Lelarge
Hi,

I took a look at our website. The screenshots are pretty old. I updated
all the screenshots I could. You can have a look at them here:

  http://wwwdevel.pgadmin.org/screenshots/index.php

I also updated the features page, the TODO file, the roadmap page and
probably a few other things. This is not commited right now. You'll find
a patch attached. Waiting for your comments to apply it.

BTW, may I apply the 1.12 visual tour? and keep the old one right now,
till we release 1.12.

Thanks.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: pgadmin3/TODO
===
--- pgadmin3/TODO	(révision 8351)
+++ pgadmin3/TODO	(copie de travail)
@@ -19,14 +19,11 @@
 Enhancements / wishes
 -
 
-- Cache datatypes used by dlgColumn as reloading them when adding multiple
-  columns to a new table can be slow over WANs.
 - Add an option (or change the UI to something more usable with lots of types)
   to include table types in the data type combo boxes where appropriate.
 - Ability to search a database for objects with a specific name.
-- Attempt to reconnect to the server following a connection failure.
-- Allow the user to disconnect individual databases
-- detect serial columns from pg_depend, not column default (observe deviating 
+- Allow the user to disconnect individual databases (#185)
+- Detect serial columns from pg_depend, not column default (observe deviating 
   serial name)
 - Slony-I failover
 - Drop object using replication
@@ -44,7 +41,6 @@
 - Updateable View wizard
 - Most property dlgs: check for readOnly if no sufficient rights are available
 - CREATE TABLE LIKE table
-- Operator class property: to implement
 - Find solution for dlgProperty::AppendQuoted if schemaname has a dot
 - Allow EditGrid to use comboboxes filled from FK tables.
 - Add an option to the Query Tool to exclusively lock files whilst they're 
Index: www/development/roadmap.php
===
--- www/development/roadmap.php	(révision 8351)
+++ www/development/roadmap.php	(copie de travail)
@@ -7,47 +7,47 @@
 
 ' . _("Roadmap") . '
 
-' . sprintf(_("This roadmap outlines the work that is hoped will be done in the %s development cycle for release in version %s of pgAdmin."), "1.9", "1.10") . '
+' . sprintf(_("This roadmap outlines the work that is hoped will be done in the %s development cycle for release in version %s of pgAdmin."), "1.13", "1.14") . '
 
 
-  ' . _("PostgreSQL 8.4 compatibility (these items are subject to change)") . ' 
+  ' . _("PostgreSQL compatibility") . ' 
 
-  ' . _("TRUNCATE trigger support") . ' 
-  ' . _("Add support for variadic functions") . ' 
-  ' . _("To be determined...") . ' 
+  ' . _("Complete 9.1 support") . ' 
+  ' . _("Finish 9.0 support with exclusion constraints") . ' 
+  ' . _("Finish 8.4 support with SQL/Med objects") . ' 
 
   
 
   ' . _("Code housekeeping") . ' 
 
   ' . _("Check for and remove any custom controls that are now implemented in wxWidgets.") . ' 
-  ' . _("Move pgAgent into a standalone package that can be released on it's own schedule.") . ' 
+  ' . _("Check for the use of wxWidgets 2.9/3.0.") . ' 
 
   
 
-  ' . _("Build system") . ' 
-
-  ' . _("Consider cross-platform build systems such as cmake to generate the build system for all platforms") . ' 
-
-  
-
   ' . _("Functionality") . ' 
 
-  ' . _("Add DROP/REASSIGN OWNED support. [GL]") . ' 
-  ' . _("Logfile tab on server status window : multiple columns and filtering. [GL]") . ' 
+  ' . _("Better i18n support [GL]") . ' 
+  ' . _("Show/hide columns in frmStatus's reports [GL]") . ' 
+  ' . _("Filter rows in frmStatus's reports [GL]") . ' 
+  ' . _("Logfile: columns according to log_line_prefix, filename according to log_filename, etc. in frmStatus [GL]") . ' 
+  ' . _("Custom reports in frmStatus [GL]") . ' 
+  ' . _("Graphs in frmStatus [GL]") . ' 
   ' . _("Redesign Table dialogue to remove sub-dialogues where possible and replace with grid style UI [DP]") . ' 
-  ' . _("Support for integrated tsearch configuration in PG 8.3+ [GL]") . ' 
   ' . _("Data tune-up options for slow queries (requires XML EXPLAIN in PG 8.4) [DP]") . ' 
   ' . _("pgsql-performance report tool for problematic queries (requires XML EXPLAIN in PG 8.4) [DP]") . ' 
-  ' . _("Overhaul settings management. Save settings on the fly rather than at exit. Take default values from an external file [DP]") . ' 
   ' . _("Add a dialog to allow the user to set a global breakpoint in a specific backend process [DP]") . ' 
-  ' . _("Add a hotkey to comment or un-comment the selected lines in the query tool [DP]") . ' 
-  ' . _("Add a hotkey to indent or outdent the selected lines in the query tool [DP]") . ' 
-  ' . _("Add support for the -c (clean) pg_restore option [DP]") . ' 

[pgadmin-hackers] Quiet logs for frmStatus

2010-05-09 Thread Guillaume Lelarge
Hi,

Here is a patch that make sure frmStatus will be quiet as much as
possible with the logs. We missed to set log_min_duration_statement.

I see it as a bug. So I would like to commit it on the 1.10 branch and
on the trunk. But I'm not sure of it, and would like your opinions.

BTW, I think it could be interesting to have this setup on each
components of pgAdmin. We could add a global option that allows a user
to make it verbose on the logs. Comments?

Thanks.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #186: Reseting a table/function's statistics

2010-05-09 Thread pgAdmin Trac
#186: Reseting a table/function's statistics
+---
 Reporter:  gleu|   Owner:  dpage
 Type:  bug |  Status:  new  
 Priority:  minor   |   Milestone:   
Component:  pgadmin | Version:  trunk
 Keywords:  browser table function 9.0  |Platform:  all  
+---
 Use respectively function pg_stat_reset_single_table_counters() and
 pg_stat_reset_single_function_counters()

 Could be used via a contextual menu in the browser.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers