[pgadmin-hackers] SVN Commit by hiroshi: r7822 - trunk/pgadmin3/i18n/ja_JP

2009-04-24 Thread svn
Author: hiroshi Date: 2009-04-24 17:03:33 +0100 (Fri, 24 Apr 2009) New Revision: 7822 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7822&view=rev Log: some adjustments(ja_JP). Modified: trunk/pgadmin3/i18n/ja_JP/pgadmin3.mo trunk/pgadmin3/i18n/ja_JP/pgadmin3.po --

Re: [pgadmin-hackers] [pgAdmin III] #1: Minor patch for more GP options.

2009-04-24 Thread Magnus Hagander
Dickson S. Guedes wrote: > Em Ter, 2009-04-07 às 13:24 +, pgAdmin Trac escreveu: >> Ticket URL: >> pgAdmin III > > Wow! Is there a trac system now? Nice! ":) Yeah. We're still figuring out exactly how to use it

[pgadmin-hackers] Re: [pgAdmin III] #2: Centralize connection parameter parsing/generation

2009-04-24 Thread pgAdmin Trac
#2: Centralize connection parameter parsing/generation -+-- Reporter: mha | Owner: mha Type: feature | Status: assigned Priority: minor| Milestone: 1.12 Component: pgadmin | Ve

[pgadmin-hackers] Re: [pgAdmin III] #2: Centralize connection parameter parsing/generation

2009-04-24 Thread pgAdmin Trac
#2: Centralize connection parameter parsing/generation --+- Reporter: mha | Owner: mha Type: feature | Status: assigned Priority: critical | Milestone: 1.12 Component: pgadmin |

[pgadmin-hackers] Re: [pgAdmin III] #2: Centralize connection parameter parsing/generation

2009-04-24 Thread pgAdmin Trac
#2: Centralize connection parameter parsing/generation -+-- Reporter: mha | Owner: mha Type: feature | Status: assigned Priority: critical | Component: pgadmin Version: trunk |Key

[pgadmin-hackers] [pgAdmin III] #2: Centralize connection parameter parsing/generation

2009-04-24 Thread pgAdmin Trac
#2: Centralize connection parameter parsing/generation -+-- Reporter: mha | Owner: dpage Type: feature | Status: new Priority: critical | Component: pgadmin Version: trunk |Keywor

Re: [pgadmin-hackers] Feedback from recent training

2009-04-24 Thread Dave Page
On Fri, Apr 24, 2009 at 2:01 PM, Guillaume Lelarge wrote: > Le vendredi 24 avril 2009 à 10:47:41, Dave Page a écrit : >> [...] >> > * Want to be able to use SERIAL and BIGSERIAL types for columns >> >> You can, though I see they're at the end of the list (probably because >> it lists types, array

Re: [pgadmin-hackers] Feedback from recent training

2009-04-24 Thread Guillaume Lelarge
Le vendredi 24 avril 2009 à 09:59:30, Simon Riggs a écrit : > * Want option to *never* put double-quotes around object names, even > when I use an uppercase character in a name. > Seems interesting to me. > [...] > * Want Copy/Paste objects between schemas. > That's something already in my mind.

Re: [pgadmin-hackers] Feedback from recent training

2009-04-24 Thread Guillaume Lelarge
Le vendredi 24 avril 2009 à 10:47:41, Dave Page a écrit : > [...] > > * Want to be able to use SERIAL and BIGSERIAL types for columns > > You can, though I see they're at the end of the list (probably because > it lists types, array types and then the pseudo-types are added). > Perhaps we should p

[pgadmin-hackers] SVN Commit by mha: r7821 - in trunk/pgadmin3/pgadmin: . db debugger dlg schema

2009-04-24 Thread svn
Author: mha Date: 2009-04-24 13:38:54 +0100 (Fri, 24 Apr 2009) New Revision: 7821 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7821&view=rev Log: Support verify-ca and verify-full as sslmode values, new in 8.4 Modified: trunk/pgadmin3/pgadmin/db/pgConn.cpp trunk/pg

[pgadmin-hackers] SVN Commit by dpage: r7820 - trunk/pgadmin3/pgadmin/dlg

2009-04-24 Thread svn
Author: dpage Date: 2009-04-24 13:23:26 +0100 (Fri, 24 Apr 2009) New Revision: 7820 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7820&view=rev Log: Ensure the user enters a trigger body if creating an edb-spl trigger. Modified: trunk/pgadmin3/pgadmin/dlg/dlgTrigger.cpp

[pgadmin-hackers] SVN Commit by mha: r7819 - in trunk/pgadmin3/pgadmin: . db debugger dlg frm include/db include/debugger include/dlg include/schema include/utils schema ui

2009-04-24 Thread svn
Author: mha Date: 2009-04-24 12:49:06 +0100 (Fri, 24 Apr 2009) New Revision: 7819 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7819&view=rev Log: Remove sslverify again, since it's been removed from libpq after 8.4beta1 Modified: trunk/pgadmin3/pgadmin/db/pgConn.cpp

Re: [pgadmin-hackers] Translation to czech

2009-04-24 Thread Guillaume Lelarge
Le vendredi 24 avril 2009 à 12:47:10, Zdenek Kotala a écrit : > Dne 24.04.09 09:25, Guillaume Lelarge napsal(a): > > Le vendredi 24 avril 2009 à 07:00:08, Zdenek Kotala a écrit : > >> Dne 18.04.09 23:13, Guillaume Lelarge napsal(a): > >>> Hi, > >>> > >>> Le samedi 18 avril 2009 à 22:26:14, Marek Če

Re: [pgadmin-hackers] Translation to czech

2009-04-24 Thread Zdenek Kotala
Dne 24.04.09 09:25, Guillaume Lelarge napsal(a): Le vendredi 24 avril 2009 à 07:00:08, Zdenek Kotala a écrit : Dne 18.04.09 23:13, Guillaume Lelarge napsal(a): Hi, Le samedi 18 avril 2009 à 22:26:14, Marek Černocký a écrit : [...] I would like to translate pgAdmin to Czech / Čeština / cs Tha

Re: [pgadmin-hackers] Feedback from recent training

2009-04-24 Thread Dave Page
Thanks Simon - I've added these to the first page on our new project Wiki at http://code.pgadmin.org/trac/wiki/FeedbackItems. Some notes below as well. On Fri, Apr 24, 2009 at 8:59 AM, Simon Riggs wrote: > * Why is Primary Key on different dialog than columns? Want a check box > to say that a c

[pgadmin-hackers] SVN Commit by dpage: r7818 - in trunk/pgadmin3/pgadmin: frm utils

2009-04-24 Thread svn
Author: dpage Date: 2009-04-24 09:45:42 +0100 (Fri, 24 Apr 2009) New Revision: 7818 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7818&view=rev Log: Remove useless rule view option. Modified: trunk/pgadmin3/pgadmin/frm/frmOptions.cpp trunk/pgadmin3/pgadmin/utils/sys

[pgadmin-hackers] Feedback from recent training

2009-04-24 Thread Simon Riggs
* Want option to *never* put double-quotes around object names, even when I use an uppercase character in a name. * Why is Primary Key on different dialog than columns? Want a check box to say that a column is the PK. * Name of a Constraint should default to what Postgres will call it, so that it

[pgadmin-hackers] SVN Commit by dpage: r7817 - trunk/pgadmin3/pgadmin/debugger

2009-04-24 Thread svn
Author: dpage Date: 2009-04-24 08:44:08 +0100 (Fri, 24 Apr 2009) New Revision: 7817 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7817&view=rev Log: Debugger related fixes: * SSL Verify support introduced PG 8.4 and later. We were not taking care about it. * We were not ca

Re: [pgadmin-hackers] Translation to czech

2009-04-24 Thread Guillaume Lelarge
Le vendredi 24 avril 2009 à 07:00:08, Zdenek Kotala a écrit : > Dne 18.04.09 23:13, Guillaume Lelarge napsal(a): > > Hi, > > > > Le samedi 18 avril 2009 à 22:26:14, Marek Černocký a écrit : > >> [...] > >> I would like to translate pgAdmin to Czech / Čeština / cs > > > > That's a great news. There'