[pgadmin-hackers] [pgAdmin III] #376: Row height change in edit data tool

2012-08-26 Thread pgAdmin Trac
#376: Row height change in edit data tool --+- Reporter: Colin Beckingham | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin

[pgadmin-hackers] Re: [pgAdmin III] #375: Query output is misleading due to grid cell size (was: Evan Martin)

2012-08-26 Thread pgAdmin Trac
#375: Query output is misleading due to grid cell size -+-- Reporter: Evan Martin | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component: pgadmin |

[pgadmin-hackers] Re: [pgAdmin III] #375: Query output is misleading due to grid cell size

2012-08-26 Thread pgAdmin Trac
#375: Query output is misleading due to grid cell size -+-- Reporter: Evan Martin | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component: pgadmin |

[pgadmin-hackers] Re: [pgAdmin III] #375: Query output is misleading due to grid cell size

2012-08-26 Thread pgAdmin Trac
#375: Query output is misleading due to grid cell size -+-- Reporter: Evan Martin | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component: pgadmin |

[pgadmin-hackers] pgAdmin III commit: Fix the FK covering index retrieval

2012-08-26 Thread Guillaume Lelarge
Fix the FK covering index retrieval This was broken since 373c6b949ba8e4cbe3d3756f27a6a7dc68e2869b commit. If the column's type doesn't an opclass, it still gets an extra space in its definition. When we look for the index, we check the column definition, and this extra space makes the definitions

[pgadmin-hackers] pgAdmin III commit: Fix the FK covering index retrieval

2012-08-26 Thread Guillaume Lelarge
Fix the FK covering index retrieval This was broken since 373c6b949ba8e4cbe3d3756f27a6a7dc68e2869b commit. If the column's type doesn't an opclass, it still gets an extra space in its definition. When we look for the index, we check the column definition, and this extra space makes the definitions

[pgadmin-hackers] pgAdmin III commit: Fix renaming a database

2012-08-26 Thread Guillaume Lelarge
Fix renaming a database Since 3e05c4d832e5658419094c34ce0ee6959bc1d85a commit, when a user renames a database, the treeview is emptied after the refresh. This patch makes sure that the refresh is done only when the change occurs at the sub-schema level. Per a report from Regina. Branch -- RE

[pgadmin-hackers] pgAdmin III commit: Fix renaming a database

2012-08-26 Thread Guillaume Lelarge
Fix renaming a database Since 3e05c4d832e5658419094c34ce0ee6959bc1d85a commit, when a user renames a database, the treeview is emptied after the refresh. This patch makes sure that the refresh is done only when the change occurs at the sub-schema level. Per a report from Regina. Branch -- ma

Re: [pgadmin-hackers] pgAdmin III commit: Lots of work on domains, and check constraints

2012-08-26 Thread Guillaume Lelarge
On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote: > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge > wrote: > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote: > >> seems that this commit broke reindexing of selected index. steps to > >> reproduce: > >> 1) create table > >> 2) create index

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-26 Thread Guillaume Lelarge
On Wed, 2012-08-08 at 12:50 -0300, Vinicius Santos wrote: > > Where is it saved? > > You also need to have a way to delete those files. > > I thought to create a specific directory for it. > > > Yeah, I think the informations should be available in the

Re: [pgadmin-hackers] pgAdmin III commit: Lots of work on domains, and check constraints

2012-08-26 Thread Guillaume Lelarge
On Fri, 2012-08-17 at 11:39 +0600, Timon wrote: > and, one more little bug > altering index fillfactor produces wrong sql code > steps to reproduce: > > 1. create table > 2. add index > 3. chage fillfactor on created index > 4. got error like "scheme name doesn't exists" > example of sql: ALTER I

Re: [pgadmin-hackers] More information about the selected objects

2012-08-26 Thread Guillaume Lelarge
On Thu, 2012-07-26 at 12:37 -0300, Vinicius Santos wrote: > Hello, > > I finished the patch. It works fine on Windows 7, but the > SetLabel(wxString) doesn't work on my Ubuntu. > I did make some simple tests with the wxWidgets on Ubuntu, but I can't do > it to work. > > Can you help-me with the t

[pgadmin-hackers] pgAdmin III commit: Update chinese translation

2012-08-26 Thread Guillaume Lelarge
Update chinese translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=18b5fa67a874d782cf88acbdd6e03467b2e4f4a0 Author: Quan Zongliang Modified Files -- i18n/zh_CN/pgadmin3.mo | Bin 265378 -> 285020 bytes i18n/zh_CN/pgadmin3.p

[pgadmin-hackers] pgAdmin III commit: Update latvian translation

2012-08-26 Thread Guillaume Lelarge
Update latvian translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=23c6fc372c89a64e81d508f5780fb9a73a755eb9 Author: Rudolfs Mazurs Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299365 -> 314382 bytes i18n/lv_LV/pgadmin3.p

[pgadmin-hackers] pgAdmin III commit: Update chinese translation

2012-08-26 Thread Guillaume Lelarge
Update chinese translation Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4f8b801b825439ab54146565438a0b6ae26b9749 Author: Quan Zongliang Modified Files -- i18n/zh_CN/pgadmin3.mo | Bin 265378 -> 285020 bytes i18n/zh_C

[pgadmin-hackers] pgAdmin III commit: Update latvian translation

2012-08-26 Thread Guillaume Lelarge
Update latvian translation Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ce4404bde3071d4a93b8e9928820db23ee8982d3 Author: Rudolfs Mazurs Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299365 -> 314382 bytes i18n/lv_L

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-26 Thread Vinicius Santos
> Do you have any progress on this patch? > Yes. I am finishing a preview. I'm testing on Windows 7 and Ubuntu. I think I should finish by the end of today.

Re: [pgadmin-hackers] More information about the selected objects

2012-08-26 Thread Vinicius Santos
> > Got some time to work on this. SetLabel is useful for widgets, not for > windows. Change your call to the SetLabel() method with a call to > SetTitle(). Works great for me on Linux. Don't know on Windows, maybe > you could check? > Yes. Of course. > > About your patch, it seems good so far.