Re: [pgadmin-hackers] configure doesn't detect SSL support in libpq

2011-12-13 Thread Guillaume Lelarge
On Tue, 2011-12-13 at 16:53 +0530, Dave Page wrote: On Tue, Dec 13, 2011 at 12:54 PM, Guillaume Lelarge guilla...@lelarge.info wrote: On Tue, 2011-12-13 at 00:03 +0100, Guillaume Lelarge wrote: On Tue, 2011-12-13 at 04:20 +0530, Dave Page wrote: On Tue, Dec 13, 2011 at 2:48 AM, Guillaume

[pgadmin-hackers] configure doesn't detect SSL support in libpq

2011-12-12 Thread Guillaume Lelarge
Hi, It seems our configure script doesn't detect SSL support in libpq. It detects the SSL library though. The following patch fixes it, but I'm not sure of it as I'm in no way an expert in those things; diff --git a/acinclude.m4 b/acinclude.m4 index 4030966..0640a68 100644 --- a/acinclude.m4

[pgadmin-hackers] pgAdmin III commit: Add support for the new sslcompression connection o

2011-12-12 Thread Guillaume Lelarge
Add support for the new sslcompression connection option Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bfa8145f0eba9248efab06d2ad4f68d6bc538bab Modified Files -- CHANGELOG |1 + pgadmin/db/pgConn.cpp

Re: [pgadmin-hackers] configure doesn't detect SSL support in libpq

2011-12-12 Thread Guillaume Lelarge
On Tue, 2011-12-13 at 04:20 +0530, Dave Page wrote: On Tue, Dec 13, 2011 at 2:48 AM, Guillaume Lelarge guilla...@lelarge.info wrote: Hi, It seems our configure script doesn't detect SSL support in libpq. It detects the SSL library though. The following patch fixes it, but I'm

Re: [pgadmin-hackers] configure doesn't detect SSL support in libpq

2011-12-12 Thread Guillaume Lelarge
On Tue, 2011-12-13 at 00:03 +0100, Guillaume Lelarge wrote: On Tue, 2011-12-13 at 04:20 +0530, Dave Page wrote: On Tue, Dec 13, 2011 at 2:48 AM, Guillaume Lelarge guilla...@lelarge.info wrote: Hi, It seems our configure script doesn't detect SSL support in libpq. It detects

[pgadmin-hackers] pgAdmin III commit: Add renaming of FDW and Server objects

2011-12-11 Thread Guillaume Lelarge
Add renaming of FDW and Server objects Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=74cf7fe91643e07ebdefb66607facd210df3f34a Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgForeignDataWrapper.cpp

[pgadmin-hackers] pgAdmin III commit: Fix constraints handling on the table properties di

2011-12-10 Thread Guillaume Lelarge
Fix constraints handling on the table properties dialog The wxListCtrl control doesn't handle strings or more than 512 characters on Windows. So we need to put the definition of constraints in a wxArrayString so that we won't have issues on the size of the constraint's definition. Report from

[pgadmin-hackers] pgAdmin III commit: Fix constraints handling on the table properties di

2011-12-10 Thread Guillaume Lelarge
Fix constraints handling on the table properties dialog The wxListCtrl control doesn't handle strings or more than 512 characters on Windows. So we need to put the definition of constraints in a wxArrayString so that we won't have issues on the size of the constraint's definition. Report from

[pgadmin-hackers] pgAdmin III commit: Support for TRUNCATE permission

2011-12-10 Thread Guillaume Lelarge
Support for TRUNCATE permission Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5f8159a63dc64b9053a3981ecb254691d40c6836 Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgTable.cpp |6 --

[pgadmin-hackers] pgAdmin III commit: Fix reading the histoquery file because of wrong fi

2011-12-10 Thread Guillaume Lelarge
Fix reading the histoquery file because of wrong file When weird characters are embedded in the .pgadmin_histoqueries file, the previous read function was lost, and never finished its work. The new implementation finds the issue with the parse function, and stops immediately to read the file.

[pgadmin-hackers] pgAdmin III commit: Fix reading the histoquery file because of wrong fi

2011-12-10 Thread Guillaume Lelarge
Fix reading the histoquery file because of wrong file When weird characters are embedded in the .pgadmin_histoqueries file, the previous read function was lost, and never finished its work. The new implementation finds the issue with the parse function, and stops immediately to read the file.

[pgadmin-hackers] pgAdmin website commit: Announcing 1.14.1...

2011-12-08 Thread Guillaume Lelarge
Announcing 1.14.1... Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=923555e1f7d3cf9e8505b9057ad1668953a9a028 Modified Files -- download/macosx.php |4 +--- download/source.php |4 +--- download/windows.php |4 +---

[pgadmin-hackers] pgAdmin website commit: 1.12 and 1.14 aren't in beta anymore

2011-12-08 Thread Guillaume Lelarge
1.12 and 1.14 aren't in beta anymore Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=2b46c9faaa30bb9c8be4c8cf57c3f5d4b6c18ca8 Modified Files -- visualtour12.php |2 +- visualtour14.php |2 +- 2 files changed, 2

Re: [pgadmin-hackers] Compilation on Debian SID

2011-12-04 Thread Guillaume Lelarge
On Mon, 2011-11-28 at 17:40 +, Dave Page wrote: On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts o...@survex.com wrote: On Sat, Nov 26, 2011 at 08:18:31PM +, Dave Page wrote: This isn't original wx code - a number of projects define equivalent macros (and often with the same names,

[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe

[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe

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

2011-12-04 Thread Guillaume Lelarge
Update czech translation Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ce50939819a3ea82011cd651013891e07eac88d2 Author: Marek Cernocky ma...@manet.cz Modified Files -- i18n/cs_CZ/pgadmin3.mo | Bin 308964 - 309162

Re: [pgadmin-hackers] Compilation on Debian SID

2011-12-04 Thread Guillaume Lelarge
On Sun, 2011-12-04 at 10:37 +0100, Guillaume Lelarge wrote: On Mon, 2011-11-28 at 17:40 +, Dave Page wrote: On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts o...@survex.com wrote: On Sat, Nov 26, 2011 at 08:18:31PM +, Dave Page wrote: This isn't original wx code - a number

[pgadmin-hackers] pgAdmin III commit: Forgot the CHANGELOG

2011-12-04 Thread Guillaume Lelarge
Forgot the CHANGELOG Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=35927a0277f26f08484d1e14cfe177f3fc6b7dfd Modified Files -- CHANGELOG |4 1 files changed, 4 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers

[pgadmin-hackers] pgAdmin III commit: Fix DEFAULT handling with ALTER function

2011-12-04 Thread Guillaume Lelarge
Fix DEFAULT handling with ALTER function DEFAULT clause was included with the ALTER function. That's an incorrect syntax that is now fixed. From a report from Regina (Paragon Corporation). Branch -- master Details ---

[pgadmin-hackers] pgAdmin III commit: Forgot the CHANGELOG

2011-12-04 Thread Guillaume Lelarge
Forgot the CHANGELOG Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8aa9c0309473df463fd72faeedec0a91017dffd4 Modified Files -- CHANGELOG |4 1 files changed, 4 insertions(+), 0 deletions(-) -- Sent via

[pgadmin-hackers] pgAdmin III commit: Fix DEFAULT handling with ALTER function

2011-12-04 Thread Guillaume Lelarge
Fix DEFAULT handling with ALTER function DEFAULT clause was included with the ALTER function. That's an incorrect syntax that is now fixed. From a report from Regina (Paragon Corporation). Branch -- REL-1_14_0_PATCHES Details ---

[pgadmin-hackers] pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

2011-12-04 Thread Guillaume Lelarge
Fix VARIADIC handling with DEFAULT value VARIADIC argument wasn't treated as an IN argument, which made it unavailable for DEFAULT values. Report from Regina (Paragon Corporation). Branch -- REL-1_14_0_PATCHES Details ---

[pgadmin-hackers] pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

2011-12-04 Thread Guillaume Lelarge
Fix VARIADIC handling with DEFAULT value VARIADIC argument wasn't treated as an IN argument, which made it unavailable for DEFAULT values. Report from Regina (Paragon Corporation). Branch -- master Details ---

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-12-04 Thread Guillaume Lelarge
On Wed, 2011-11-16 at 09:21 +, Dave Page wrote: Cool - thanks Kris. Guillaume, are you taking the lead on this work in general, or should I add this to my queue? Sorry for the reply two weeks after. If you can put it on your queue, it would be great. As you probably noticed, I don't

Re: [pgadmin-hackers] New minor release?

2011-12-01 Thread Guillaume Lelarge
On Thu, 2011-12-01 at 10:46 +, Dave Page wrote: On Thu, Dec 1, 2011 at 9:25 AM, Dave Page dp...@pgadmin.org wrote: On Thu, Dec 1, 2011 at 7:46 AM, Guillaume Lelarge guilla...@lelarge.info wrote: Hi, I know we still have plenty of bugs to fix, but there was also a bunch of them

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-11-15 Thread Guillaume Lelarge
On Tue, 2011-11-15 at 09:36 +, Dave Page wrote: On Tue, Nov 15, 2011 at 9:31 AM, Wander Winkelhorst w.winkelhorst+pgad...@gmail.com wrote: On Tue, Nov 15, 2011 at 10:03 AM, Dave Page dp...@pgadmin.org wrote: On Mon, Nov 14, 2011 at 8:15 PM, Wander Winkelhorst

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-11-15 Thread Guillaume Lelarge
On Tue, 2011-11-15 at 09:36 +, Dave Page wrote: On Tue, Nov 15, 2011 at 9:31 AM, Wander Winkelhorst w.winkelhorst+pgad...@gmail.com wrote: On Tue, Nov 15, 2011 at 10:03 AM, Dave Page dp...@pgadmin.org wrote: On Mon, Nov 14, 2011 at 8:15 PM, Wander Winkelhorst

Re: [pgadmin-hackers] Compilation on Debian SID

2011-11-15 Thread Guillaume Lelarge
On Mon, 2011-11-14 at 23:23 +0100, Guillaume Lelarge wrote: On Mon, 2011-11-14 at 09:24 +0100, philippe rimbault wrote: 2011/11/13 Guillaume Lelarge guilla...@lelarge.info On Fri, 2011-11-04 at 10:15 +0100, philippe rimbault wrote: 2011/11/4 Guillaume Lelarge guilla...@lelarge.info

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-11-14 Thread Guillaume Lelarge
On Sun, 2011-11-13 at 22:10 +, Dave Page wrote: I just noticed this thread. Does the patch update the tab completion code (tab-complete.inc, iirc) to the latest from PG 9.1? I don't think we remembered to do that this release, so it probably should. This patch shouldn't. It adds new

Re: [pgadmin-hackers] Compilation on Debian SID

2011-11-14 Thread Guillaume Lelarge
On Mon, 2011-11-14 at 09:24 +0100, philippe rimbault wrote: 2011/11/13 Guillaume Lelarge guilla...@lelarge.info On Fri, 2011-11-04 at 10:15 +0100, philippe rimbault wrote: 2011/11/4 Guillaume Lelarge guilla...@lelarge.info On Fri, 2011-11-04 at 10:01 +0100, philippe rimbault wrote

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-11-14 Thread Guillaume Lelarge
13, 2011 at 11:06 PM, Guillaume Lelarge guilla...@lelarge.info wrote: They all are part of fbb_categories. Unfortunately, that doesn't explain the comma That's because the comma gets recognized as a table alias :) I'm going to take a look at these issues soon. Yeah, I guessed

[pgadmin-hackers] pgAdmin III commit: Fix my previous commit

2011-11-13 Thread Guillaume Lelarge
Fix my previous commit Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=74733067f661665f91c17831e8dcd8f86d053e3a Modified Files -- pgadmin/ctl/ctlComboBox.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via

Re: [pgadmin-hackers] pgAdmin III commit: Update french translation

2011-11-13 Thread Guillaume Lelarge
Hi Ashesh, On Sun, 2011-11-13 at 17:07 +0530, Ashesh Vashi wrote: [...] I saw - you modified ctlComboBox and make it non editable on other than GTK (linux). Did we fix the autocompletion on the linux system? Nope, we didn't. I only wanted to update the french translation. I didn't see that

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

2011-11-12 Thread Guillaume Lelarge
Update french translation Fix from Vincent Picavet Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=003b5af5f4adbb9934301f1c02e827b745222ef1 Modified Files -- i18n/fr_FR/pgadmin3.mo | Bin 317929 - 317929 bytes

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

2011-11-12 Thread Guillaume Lelarge
Update french translation Fix from Vincent Picavet Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2873047d0e90a150bcc4bcb1a5bd9033bf2371fb Modified Files -- i18n/fr_FR/pgadmin3.mo | Bin 317929 - 317929 bytes

Re: [pgadmin-hackers] Compilation on Debian SID

2011-11-04 Thread Guillaume Lelarge
On Fri, 2011-11-04 at 10:01 +0100, philippe rimbault wrote: GCC : gcc (Debian 4.6.1-15) 4.6.1 Same here. GLIBC : glibc-2.13-1 2.14 for me. I'have tried to compile on an other computer (fresh Debian SID) and it's the same issue. How do you get a debian sid? I failed last evening. Here

[pgadmin-hackers] pgAdmin III commit: Fix cache type lookup

2011-11-03 Thread Guillaume Lelarge
Fix cache type lookup The boolean datatype was never in cache, which makes an export really slow. That patch should help make queries, and exports much faster. Per report from Boris Pezzati. Branch -- master Details ---

[pgadmin-hackers] pgAdmin III commit: Fix cache type lookup

2011-11-03 Thread Guillaume Lelarge
Fix cache type lookup The boolean datatype was never in cache, which makes an export really slow. That patch should help make queries, and exports much faster. Per report from Boris Pezzati. Branch -- REL-1_14_0_PATCHES Details ---

Re: [pgadmin-hackers] Compilation on Debian SID

2011-11-03 Thread Guillaume Lelarge
On Thu, 2011-11-03 at 17:38 +0100, philippe rimbault wrote: [...] I'm using the GIT version of Pgadmin under Debian SID, and there is a compilation error (all was working fine a couple of week before) : Have you changed anything in pgAdmin source code? because I compile it without any issues.

Re: [pgadmin-hackers] Compilation on Debian SID

2011-11-03 Thread Guillaume Lelarge
On Thu, 2011-11-03 at 18:09 +0100, philippe rimbault wrote: There is also this bug (Mon, 24 Oct 2011) from debian FTBFS about pgadmin3 : http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg953221.html And this thread about building pgadmin with wx2.9 (i'm using wx2.8 but there

[pgadmin-hackers] pgAdmin III commit: Change location of the Keywords in Uppercase chec

2011-11-01 Thread Guillaume Lelarge
Change location of the Keywords in Uppercase checkbox It didn't belong to the Colours item. A better location would be the Query editor item. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f9a5b05d667e952694b972abd749298f5eb6c8b5 Author:

Re: [pgadmin-hackers] Keywords in Uppercase

2011-11-01 Thread Guillaume Lelarge
On Tue, 2011-11-01 at 08:41 -0200, Vinicius Santos wrote: Patch attached. Thanks, I pushed it. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-11-01 Thread Guillaume Lelarge
On Tue, 2011-11-01 at 08:47 -0200, Vinicius Santos wrote: Hello, I implemented a function for the two buttons Asc and Desc, so that the maintenance is easier. Take a look and tell me what you think. Well, I don't like the UI. It takes too much space for only one information. I would

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-11-01 Thread Guillaume Lelarge
On Thu, 2011-10-13 at 06:22 +0200, Vladimir Kokovic wrote: Hi, I finally found the time to make a new version ! * When I copy a table, and then paste it, I can not paste it once more. Why is that? Fixed OK. * If I paste a table and there is an error (for example, the table

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-11-01 Thread Guillaume Lelarge
On Tue, 2011-11-01 at 12:07 -0200, Vinicius Santos wrote: Well, I don't like the UI. It takes too much space for only one information. I would better like a combobox, with the two choices. I thought so too. I agree with you. OK. Moreover, it simply doesn't work on Linux. I've got

Re: [pgadmin-hackers] Need help on window replication and hot standby

2011-10-28 Thread Guillaume Lelarge
On Fri, 2011-10-28 at 07:12 +, Desmond Chin wrote: Hi, Having lots of difficulties setting up a master and slave for replication and hot standby. There's many different versions online and I tried them all, seems that it gives me a lot of errors unsolved. Is there a step by step

[pgadmin-hackers] pgAdmin III commit: Fix constraint trigger definition

2011-10-28 Thread Guillaume Lelarge
Fix constraint trigger definition Per report from Erika Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b41f071c9642f41896693be4e29f55409d8cd9ce Modified Files -- CHANGELOG|1 +

Re: [pgadmin-hackers] Keywords in Uppercase

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 08:51 -0200, Vinicius Santos wrote: Hello, I think that option Keywords in Uppercase not should stay in the Colours tab, should stay in the Query Tools tab. What do you think? In fact, this option is very cool! If you agree, I can send the patch.

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 08:43 -0200, Vinicius Santos wrote: Hello, I implemented an option Nulls First in the ordering screen. It's just a checkbox for versions = 8.3 of PostgreSQL. What do you think? Which ordering screen? -- Guillaume http://blog.guillaume.lelarge.info

Re: [pgadmin-hackers] Keywords in Uppercase

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 17:15 -0200, Vinicius Santos wrote: There is no tab in 1.15. The Options dialog has been completely redesigned. Forgiveness, is not tab. This option is under Colours. I think it should be under Query Tool. What do you think? Don't answer to me only, answer

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 17:21 -0200, Vinicius Santos wrote: Which ordering screen? dlgEditGridOptions. Beside the button wxID_REMOVE. Nope, would be better if it was a radiobox below the column name. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-10-27 Thread Guillaume Lelarge
Don't forget the list! On Thu, 2011-10-27 at 17:31 -0200, Vinicius Santos wrote: Nope, would be better if it was a radiobox below the column name. Humm. I did not think at radiobox, because this feature is only available from 8.3. And? I don't get your point here. The version it first

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 18:47 -0200, Vinicius Santos wrote: Yes. Our UI guideline is to disable (and not hide) widgets when the option is not available (whatever the reason). Ok. Do you agree with implementation ? I agree with the idea. I'll agree with the implementation once I'll read

Re: [pgadmin-hackers] Option Nulls First in the ordering screen.

2011-10-27 Thread Guillaume Lelarge
On Thu, 2011-10-27 at 17:39 -0200, Vinicius Santos wrote: And? I don't get your point here. The version it first appeared doesn't affect the UI. Ok. But for versions 8.3, I disable the radiobox, right? Yes. Our UI guideline is to disable (and not hide) widgets when the option is not

[pgadmin-hackers] pgAdmin III commit: Rows in Query Output pane fail to grow in height

2011-10-24 Thread Guillaume Lelarge
Rows in Query Output pane fail to grow in height only when font size preference size is larger. Report from Basil Bourque basil.bourque.li...@pobox.com. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b7927ca1d89dd04b9c2f5d8b8bc44f1266e5c48a

[pgadmin-hackers] pgAdmin III commit: Rows in Query Output pane fail to grow in height

2011-10-24 Thread Guillaume Lelarge
Rows in Query Output pane fail to grow in height only when font size preference size is larger. Report from Basil Bourque basil.bourque.li...@pobox.com. Branch -- REL-1_14_0_PATCHES Details ---

[pgadmin-hackers] pgAdmin III commit: Foreign table's columns weren't quoted

2011-10-24 Thread Guillaume Lelarge
Foreign table's columns weren't quoted Report from Pasman Pasmanski. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a99388ec3c4a1d83c55e2258493dcae7736e02f0 Modified Files -- CHANGELOG |2 ++

[pgadmin-hackers] pgAdmin III commit: Foreign table's columns weren't quoted

2011-10-24 Thread Guillaume Lelarge
Foreign table's columns weren't quoted Report from Pasman Pasmanski. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4e3b8e767e6706834414961945fbb21352d83ca2 Modified Files -- CHANGELOG |4

[pgadmin-hackers] pgAdmin III commit: Set correctly focus on the browser when connection

2011-10-24 Thread Guillaume Lelarge
Set correctly focus on the browser when connection is done Per report from Henry Drexler. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b73e2b1086f736b6537b6b74509baf21af322f29 Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Set correctly focus on the browser when connection

2011-10-24 Thread Guillaume Lelarge
Set correctly focus on the browser when connection is done Per report from Henry Drexler. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8d1a0628915b4113417c1266a08455970a7f09d7 Modified Files -- CHANGELOG |2 ++

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-23 Thread Guillaume Lelarge
On Sun, 2011-10-23 at 05:17 +0200, Vladimir Kokovic wrote: Hi, Suppose that each query has its own tab, which has a title, info, and the result set, scanner is used to provide info. Sure, I get that. What I'm wondering is so much code for just that?. Not worth it in my opinion. --

Re: [pgadmin-hackers] Comment forgotten

2011-10-20 Thread Guillaume Lelarge
On Tue, 2011-10-18 at 21:02 -0200, Vinicius Santos wrote: Hello, Someone forgot the code to restore the position of the form frmOptions. Patch attached. Thanks for the patch. Anyway, I think that this form should always appear in the center of the screen. No? No, I don't think so.

Re: [pgadmin-hackers] Thread manager

2011-10-10 Thread Guillaume Lelarge
On Mon, 10 Oct 2011 20:45:13 +0200, Magnus Hagander mag...@hagander.net wrote: On Mon, Oct 10, 2011 at 12:06, Dave Page dp...@pgadmin.org wrote: On Sun, Oct 9, 2011 at 9:22 AM, Guillaume Lelarge guilla...@lelarge.info wrote: worse with Vladimir's patch as there is no UI at all to show

Re: [pgadmin-hackers] Thread manager

2011-10-09 Thread Guillaume Lelarge
On Tue, 2011-10-04 at 11:01 +0100, Dave Page wrote: On Mon, Oct 3, 2011 at 9:35 PM, Guillaume Lelarge guilla...@lelarge.info wrote: Hi, While working on Vladimir's patch, it reminded me of an idea I wanted to share. Right now, when you launch a dump, or a VACUUM, the UI kinda sucks

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
Hi, On Sat, 2011-10-08 at 11:28 +0200, Vladimir Kokovic wrote: [...] I added a new 'psql' ECHO='queriesonlynoexec' on my local machine, which enables to view multi-statement-query as a list of queries. I think with this, pgadmin can execute and display each query in a separate tab ! I

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
On Sat, 2011-10-08 at 20:25 +0200, Vladimir Kokovic wrote: Hi, When it comes to PQsendQuery and multi-statement-query, it is necessary to know which is the current query, without a scanner/parser that's not easy ! Necessary, no. The results are in the order of the queries. I mean first

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
On Sat, 2011-10-08 at 22:27 +0200, Vladimir Kokovic wrote: Hi, So you think to put in the tab info '13. query of 20 ' instead of query text ? I don't get what you mean. If you're talking about tabs' titles, I gues they would Results #1 for first query, Results #2 for second query, etc.

Re: [pgadmin-hackers] Postgresql-8.2 Replication

2011-10-05 Thread Guillaume Lelarge
Hi, On Wed, 2011-10-05 at 13:13 +0530, khizer wrote: [...] Kindly requesting u to send the steps to set up the Postgresql-8.2 database replication. This mailing list is about pgAdmin development. If you need informations on the setting of PostgreSQL replication, you should better ask

[pgadmin-hackers] SSL connections

2011-10-04 Thread Guillaume Lelarge
Hi, One of my customer told me that another PostgreSQL admin tool requires to enter sslcert, sslkey, sslrootcert, and sslcrl to try an SSL connection. Is this true? do we have to require that all fields are filled? reading the documentation, I think no. There are default values for each of them,

Re: [pgadmin-hackers] SSL connections

2011-10-04 Thread Guillaume Lelarge
On Tue, 2011-10-04 at 21:16 +0100, Dave Page wrote: On Tue, Oct 4, 2011 at 9:12 PM, Guillaume Lelarge guilla...@lelarge.info wrote: Hi, One of my customer told me that another PostgreSQL admin tool requires to enter sslcert, sslkey, sslrootcert, and sslcrl to try an SSL connection

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

2011-10-03 Thread Guillaume Lelarge
Update latvian translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a9a6ef5c9dc60bd7e89a6929392de1e6d6ac82c0 Author: Rudolfs Mazurs rudolfs.maz...@gmail.com Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299127 - 299365

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

2011-10-03 Thread Guillaume Lelarge
Update latvian translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8bf30ecfa149d942e8a08f07ed5ecf8c68e9f589 Author: Rudolfs Mazurs rudolfs.maz...@gmail.com Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299127

Re: [pgadmin-hackers] Updated Latvian translation

2011-10-03 Thread Guillaume Lelarge
On Mon, 2011-10-03 at 16:58 +0300, Rūdolfs Mazurs wrote: Updated missing strings in LV translation. Commited, thanks for your work. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-10-03 Thread Guillaume Lelarge
On Sat, 2011-09-24 at 17:43 +0200, Guillaume Lelarge wrote: On Sun, 2011-09-18 at 15:48 +0200, Vladimir Kokovic wrote: Hi, After a while, here's a new patch for Copy/Paste table(s) functions. Sorry for not replying sooner. This quick mail to tell you that I'll work on it ASAP

[pgadmin-hackers] Thread manager

2011-10-03 Thread Guillaume Lelarge
Hi, While working on Vladimir's patch, it reminded me of an idea I wanted to share. Right now, when you launch a dump, or a VACUUM, the UI kinda sucks because it puts you on another tab, still in the same dialog, and you can't be sure you can do something else while the work is ongoing. It'll

Re: [pgadmin-hackers] [Fwd: [Bug 831875] [NEW] Vacuum Recommended dialog has no no option]

2011-10-03 Thread Guillaume Lelarge
On Sat, 2011-09-10 at 20:07 +0100, Dave Page wrote: On Saturday, September 10, 2011, Guillaume Lelarge guilla...@lelarge.info wrote: On Sat, 2011-09-10 at 18:43 +0100, Dave Page wrote: On Saturday, September 10, 2011, Guillaume Lelarge guilla...@lelarge.info wrote: On Sat, 2011-09-10

[pgadmin-hackers] pgAdmin III commit: Fix crash when opening a dlgType

2011-09-27 Thread Guillaume Lelarge
Fix crash when opening a dlgType At the opening of the dialog, we do a CheckChange for no reason (at least, I don't see one) and this triggers a crash because the connection variable isn't already set. We could set the connection before the CheckChange but I prefer to delete the not-needed

Re: [pgadmin-hackers] Actualization of polish pgadmin3 translation .

2011-09-25 Thread Guillaume Lelarge
On Sun, 2011-09-25 at 22:25 +0200, Begina Felicysym wrote: Hi, Some corrections for 1.14 version in attachement Commited and pushed. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)

[pgadmin-hackers] pgAdmin III commit: I forgot the .mo file... sorry

2011-09-25 Thread Guillaume Lelarge
I forgot the .mo file... sorry Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=80340c8a1d0b28a02ef72ef84a692221a3c9335d Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 294922 - 295589 bytes 1 files changed, 0

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

2011-09-25 Thread Guillaume Lelarge
Update polish translation Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9a3ba966eda4a8a078856600572aef21cd9e0db6 Author: Begina Felicysym begina.felicy...@wp.pl Modified Files -- i18n/pl_PL/pgadmin3.po | 1201

[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2011-09-25 Thread Guillaume Lelarge
Automatic merge using stringmerge script. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=224b922aa2b6e6e974c4897a0a6097c58dec3860 Modified Files -- i18n/pl_PL/pgadmin3.po | 1334

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-09-24 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 15:48 +0200, Vladimir Kokovic wrote: Hi, After a while, here's a new patch for Copy/Paste table(s) functions. Sorry for not replying sooner. This quick mail to tell you that I'll work on it ASAP. Perhaps tomorrow. Anyway, I didn't forget your patch, I'm just fighting

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-20 Thread Guillaume Lelarge
On Tue, 2011-09-20 at 03:17 -0500, Dave Page wrote: On Mon, Sep 19, 2011 at 2:48 PM, Guillaume Lelarge guilla...@lelarge.info wrote: On Mon, 2011-09-19 at 14:28 -0500, Dave Page wrote: On Mon, Sep 19, 2011 at 2:18 PM, Guillaume Lelarge guilla...@lelarge.info wrote: On Mon, 2011-09-19

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-20 Thread Guillaume Lelarge
Hi, On Mon, 2011-09-19 at 22:27 +0200, Begina Felicysym wrote: [...] This language is not mentionned on the Translation::Status page. It applies only to the pgadmin3_website.pot file, and the website itself. This language is included in the language combo box on the top right corner on the

[pgadmin-hackers] pgAdmin website commit: Fix an issue spotted by Begina Felicysym

2011-09-20 Thread Guillaume Lelarge
Fix an issue spotted by Begina Felicysym Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=f8b2057bd5a2ae106124f3e4932b2c92da8c629f Modified Files -- locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo | Bin 150757 - 150791 bytes

Re: [pgadmin-hackers] Fwd: tradução do pgadmin pt_BR

2011-09-20 Thread Guillaume Lelarge
On Tue, 2011-09-20 at 16:52 -0300, Arthur Nascimento wrote: Hi, Is anyone working on the pt_BR translation of pgadmin? I got no response from the e-mail I sent to the current maintainer (forgot to CC here) a few days ago. Would anybody mind if I gave it a shot? AFAICT, it's unmaintained.

[pgadmin-hackers] pgAdmin website commit: Update .pot file.

2011-09-19 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=0d3a3959f5f809216d42477812a79dcf218f6c33 Modified Files -- locale/pgadmin3_website.pot | 26 +++--- 1 files changed, 15 insertions(+), 11

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2011-09-19 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=a3163454503ad02d9837fa542629651362cd Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 137767 - 137767 bytes

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-19 Thread Guillaume Lelarge
Hi Begina, You can mail me personaly in french if you want, but we should stay with english on the mailing list. Nice french, by the way :) On Mon, 2011-09-19 at 01:24 +0200, Begina Felicysym wrote: Salut Guillaume, Comment est'ce possible d' avoir le message de 2011-09-12 traduit en

[pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
Fix the removing of an inherited table We don't need to quote the table as it's already quoted in the listview. Report from Pasman Pasmanski. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1f0b18496362765b1c79dc7d459ea38769d63459 Modified

[pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
Fix the removing of an inherited table We don't need to quote the table as it's already quoted in the listview. Report from Pasman Pasmanski. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c99d4e68fc315d6fe548ca218e5595863a32f200

[pgadmin-hackers] pgAdmin website commit: Update website polish translation.

2011-09-19 Thread Guillaume Lelarge
Update website polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=8f92b69731ff3958b09eb488b56773ee98f1e4f5 Author: Begina Felicysym begina.felicy...@wp.pl Modified Files --

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
On Mon, 2011-09-19 at 14:10 -0500, Dave Page wrote: That doesn't seem right - the user shouldn't see quoting, except in SQL queries. We show the user the schema and the table names. It would be weird to display foo.bar.something if the schema name is foo.bar and the table name is something.

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-19 Thread Guillaume Lelarge
Hi, On Mon, 2011-09-19 at 21:05 +0200, Begina Felicysym wrote: [...] I send you the actualized website.po polish translation. Commited, thanks. That Salvatorian is one of the malaysian/indonesian languages. It even don't looks like spanish. I hope nobody will be offended when I name it

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
On Mon, 2011-09-19 at 14:28 -0500, Dave Page wrote: On Mon, Sep 19, 2011 at 2:18 PM, Guillaume Lelarge guilla...@lelarge.info wrote: On Mon, 2011-09-19 at 14:10 -0500, Dave Page wrote: That doesn't seem right - the user shouldn't see quoting, except in SQL queries. We show the user

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-18 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 21:37 +0200, Begina Felicysym wrote: Hi Guillaume, Is there a problem with the polish translation? I try to choose the polish translation, but it changes to english version. I took a look at it, and it seems (at least from the repo) that everything is correctly setup.

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-18 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 16:04 -0500, Dave Page wrote: On Sun, Sep 18, 2011 at 3:39 PM, Guillaume Lelarge guilla...@lelarge.info wrote: On Sun, 2011-09-18 at 21:37 +0200, Begina Felicysym wrote: Hi Guillaume, Is there a problem with the polish translation? I try to choose the polish

[pgadmin-hackers] pgAdmin website commit: Add website polish translation.

2011-09-17 Thread Guillaume Lelarge
Add website polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=6dde5c1107c7467ec56cba2de4cdae04fab25b29 Modified Files -- include/page.php |1 + include/session.php

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-17 Thread Guillaume Lelarge
Hi Begina, On Fri, 2011-09-16 at 22:06 +0200, Begina Felicysym wrote: [...] There is a polish translation of the website. I pushed your translation. And I added you as the official polish translator of the website. Thanks a lot. -- Guillaume http://blog.guillaume.lelarge.info

<    2   3   4   5   6   7   8   9   10   11   >