[pgadmin-hackers] [pgAdmin III] #256: Add triggers on views support

2010-10-14 Thread pgAdmin Trac
#256: Add triggers on views support ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin| Version: trunk Keywo

Re: [pgadmin-hackers] [pgAdmin III] #243: Add security label support

2010-10-14 Thread pgAdmin Trac
#243: Add security label support +--- Reporter: gleu| Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Versi

Re: [pgadmin-hackers] [pgAdmin III] #242: Add support for new ALTER TYPE clauses

2010-10-14 Thread pgAdmin Trac
#242: Add support for new ALTER TYPE clauses --+- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk

[pgadmin-hackers] pgAdmin III commit: Update the xrcDialogs.cpp file.

2010-10-14 Thread Guillaume Lelarge
Update the xrcDialogs.cpp file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ebd6d525bbe942bdf56ec51a95daf7596cba56e4 Modified Files -- pgadmin/ui/xrcDialogs.cpp |60461 +++-- 1 files change

[pgadmin-hackers] Re: [pgAdmin III] #250: Extend the syntax highlighting to setting sql commands in upper

2010-10-14 Thread pgAdmin Trac
#250: Extend the syntax highlighting to setting sql commands in upper --+- Reporter: Andreas | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Compone

Re: [pgadmin-hackers] [pgAdmin III] #253: SQL Editor cursor colour

2010-10-14 Thread pgAdmin Trac
#253: SQL Editor cursor colour --+- Reporter: Federico Stafforini | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component:

Re: [pgadmin-hackers] Two quick patchs for the querytool

2010-10-14 Thread Guillaume Lelarge
Le 12/10/2010 00:11, Guillaume Lelarge a écrit : > OK, enough said "Will do when I'll have time". Here are two patches, one > that allows a user to customize the caret's colour, and the other one > that allows a user to force uppercase for keywords. > > Comments? > No comments, so commited :)

[pgadmin-hackers] pgAdmin III commit: Add an option to put keywords in uppercase

2010-10-14 Thread Guillaume Lelarge
Add an option to put keywords in uppercase The user can check an option, so that every keyword he enters in a SQL box is automatically in uppercase. Implements #250. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5af897371b22c729c409d2bc7d457

[pgadmin-hackers] pgAdmin III commit: Add an option to set the cursor colour

2010-10-14 Thread Guillaume Lelarge
Add an option to set the cursor colour This option allows the user to set the colour of the cursor. It's really important if you change the background colour, so that the cursor is still visible. Implements #253. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.g

Re: [pgadmin-hackers] ru_translate fixes

2010-10-14 Thread Guillaume Lelarge
Le 13/10/2010 07:35, Timon a écrit : > please check > http://github.com/postgres/pgadmin3/pull/1 > I took your branch and commited your fixes on 1.12 and master. Thanks. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postg

[pgadmin-hackers] pgAdmin III commit: Update russian translation.

2010-10-14 Thread Guillaume Lelarge
Update russian translation. Per Alexander Law and Timon. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8ceab9680192852e3d11d9e0446a3c7e2e6e7112 Author: Timon Modified Files -- i18n/ru_RU/pgadmin3.mo | Bin 223664 -> 244888 bytes

[pgadmin-hackers] pgAdmin III commit: Update russian translations.

2010-10-14 Thread Guillaume Lelarge
Update russian translations. From Alexander Law and Timon. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d7d2d179fd856c79d7a07059a769997a21666d00 Author: Timon Modified Files -- i18n/ru_RU/pgadmin3.mo | Bin 223664 -

Re: [pgadmin-hackers] [ADMIN] two questions about pg 9.0

2010-10-14 Thread Guillaume Lelarge
Le 13/10/2010 23:20, Guillaume Lelarge a écrit : > Le 13/10/2010 22:21, Kasia Tuszynska a écrit : >> [...] >> Thanks for your reply I did a bit more testing with the superuser priv >> issue, and now I came to the conclusion that pgAdminIII may be doing >> something silly. >> > > Sure, that happe

[pgadmin-hackers] Re: [pgAdmin III] #255: Crash of the query tool if one cancels the export dialog

2010-10-14 Thread pgAdmin Trac
#255: Crash of the query tool if one cancels the export dialog ---+ Reporter: Jean-Michel Souchard | Owner: gleu Type: bug | Status: closed Priority: minor |

[pgadmin-hackers] pgAdmin III commit: Fix two deletes of the same object in a query tool

2010-10-14 Thread Guillaume Lelarge
Fix two deletes of the same object in a query tool When a user executes a query and wants to save the results, he clicks on the disk-with-a-green-arrow icon. If he clicks on the Cancel button, pgAdmin crashes. The issue was that we deleted two times the qi->toFileExportForm object. Once in the frm

[pgadmin-hackers] pgAdmin III commit: Fix two deletes of the same object in a query tool

2010-10-14 Thread Guillaume Lelarge
Fix two deletes of the same object in a query tool When a user executes a query and wants to save the results, he clicks on the disk-with-a-green-arrow icon. If he clicks on the Cancel button, pgAdmin crashes. The issue was that we deleted two times the qi->toFileExportForm object. Once in the frm

[pgadmin-hackers] [pgAdmin III] #255: Crash of the query tool if one cancels the export dialog

2010-10-14 Thread pgAdmin Trac
#255: Crash of the query tool if one cancels the export dialog --+- Reporter: Jean-Michel Souchard | Owner: gleu Type: bug | Status: new Priority: minor | Milestone

Re: [pgadmin-hackers] [pgAdmin III] #254: Wrong indexes sizes on index page

2010-10-14 Thread pgAdmin Trac
#254: Wrong indexes sizes on index page --+- Reporter: Timon| Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.12.2 Component: pgadmin | Version: 1.12 Re

Re: [pgadmin-hackers] wrong indexes sizes on index page

2010-10-14 Thread Guillaume Lelarge
Le 13/10/2010 11:03, Guillaume Lelarge a écrit : > Le 13/10/2010 10:54, Thom Brown a écrit : >> On 13 October 2010 09:27, Thom Brown wrote: >>> On 13 October 2010 08:30, Guillaume Lelarge wrote: Le 13/10/2010 00:35, Thom Brown a écrit : > On 12 October 2010 16:19, Guillaume Lelarge >>>

[pgadmin-hackers] pgAdmin III commit: Fix for index size in the index list

2010-10-14 Thread Guillaume Lelarge
Fix for index size in the index list The size previously reported is the size of the table for each index. Report from Timon. Fixes #254. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9615d9b77b2b011a3cda592cf81dfe41bd9a854a Mo

[pgadmin-hackers] pgAdmin III commit: Fix for index size in the index list

2010-10-14 Thread Guillaume Lelarge
Fix for index size in the index list The size previously reported is the size of the table for each index. Report from Timon. Fixes #254. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=10849143c289ceb360246ebeeeb1a82fed2ff9ac Modified Files