[pgadmin-hackers] small typo

2009-12-04 Thread Euler Taveira de Oliveira
Hi, While updating the pt-br translation, I noticed that the sentence "This action will delete ALL data in the table!" should use the plural form i.e. "This action will delete ALL data in the tables!" when it is used for TRUNCATE ... CASCADE. Trivial patch is attached. -- Euler Taveira de Oli

[pgadmin-hackers] SVN Commit by guillaume: r8116 - trunk/www/locale/zh_CN/LC_MESSAGES

2009-12-04 Thread svn
Author: guillaume Date: 2009-12-04 22:42:00 + (Fri, 04 Dec 2009) New Revision: 8116 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8116&view=rev Log: Update website's chinese translation, per Quan Zongliang. Modified: trunk/www/locale/zh_CN/LC_MESSAGES/pgadmin3_webs

Re: [pgadmin-hackers] [pgAdmin III] #104: Issue with removing rows in the edit grid

2009-12-04 Thread pgAdmin Trac
#104: Issue with removing rows in the edit grid --+- Reporter: gleu | Owner: dpage Type: bug | Status: closed Priority: minor| Milestone: 1.10.1 Component: pgadmin | Versi

Re: [pgadmin-hackers] Updated cs web translation

2009-12-04 Thread Guillaume Lelarge
Le vendredi 4 décembre 2009 à 19:54:56, Marek Černocký a écrit : > Hi, > > I send updated czech translation for website. > Commited, thanks. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make change

[pgadmin-hackers] SVN Commit by guillaume: r8115 - trunk/www/locale/cs_CZ/LC_MESSAGES

2009-12-04 Thread svn
Author: guillaume Date: 2009-12-04 20:20:04 + (Fri, 04 Dec 2009) New Revision: 8115 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8115&view=rev Log: Update website's czech translation, per Marek ?\196?\140ernock?\195?\189. Modified: trunk/www/locale/cs_CZ/LC_MESSAG

Re: [pgadmin-hackers] [pgAdmin III] #76: Edit grid crash on Linux: adjusting selection

2009-12-04 Thread pgAdmin Trac
#76: Edit grid crash on Linux: adjusting selection --+- Reporter: Dan Halbert | Owner: dpage Type: bug | Status: closed Priority: major| Milestone: 1.10.1 Component: pgadm

[pgadmin-hackers] SVN Commit by guillaume: r8114 - trunk/www/locale/fr_FR/LC_MESSAGES

2009-12-04 Thread svn
Author: guillaume Date: 2009-12-04 18:32:34 + (Fri, 04 Dec 2009) New Revision: 8114 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8114&view=rev Log: Update website's french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/l

[pgadmin-hackers] SVN Commit by guillaume: r8113 - trunk/www/locale

2009-12-04 Thread svn
Author: guillaume Date: 2009-12-04 18:31:09 + (Fri, 04 Dec 2009) New Revision: 8113 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8113&view=rev Log: Update for the www translation template file. Modified: trunk/www/locale/pgadmin3_website.pot -- Sent via pgadmin-

[pgadmin-hackers] SVN Commit by guillaume: r8112 - in trunk/www/locale: cs_CZ/LC_MESSAGES fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES

2009-12-04 Thread svn
Author: guillaume Date: 2009-12-04 18:30:33 + (Fri, 04 Dec 2009) New Revision: 8112 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8112&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo trunk/w

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Guillaume Lelarge
Le vendredi 4 décembre 2009 à 18:43:47, Dave Page a écrit : > On Fri, Dec 4, 2009 at 5:33 PM, Guillaume Lelarge > > wrote: > > I see a use case for having both. If someone uses a lot the > > statement_timeout option, he'll be annoyed to put it in the text box > > every time he launches the query

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Dave Page
On Fri, Dec 4, 2009 at 5:38 PM, Guillaume Lelarge wrote: > We should probably drop this patch. I'll keep it in its git branch, because I > love the git branches and I hate losing something I wrote. :-) Perhaps you should publish your git tree (or select branches from it) to git.postgresql.org?

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Dave Page
On Fri, Dec 4, 2009 at 5:33 PM, Guillaume Lelarge wrote: > I see a use case for having both. If someone uses a lot the statement_timeout > option, he'll be annoyed to put it in the text box every time he launches the > query tool. Just save the value in the toolbar using sysSettings. >> Why sav

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Guillaume Lelarge
Le vendredi 4 décembre 2009 à 14:17:01, Dave Page a écrit : > On Fri, Dec 4, 2009 at 1:09 PM, Magnus Hagander wrote: > > I think the use-case is to have a default value for people who may > > otherwise send off a query that takes way too long? But in that case, > > it's probably better implemented

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Guillaume Lelarge
Le vendredi 4 décembre 2009 à 10:52:33, Dave Page a écrit : > On Fri, Dec 4, 2009 at 9:41 AM, Guillaume Lelarge > > wrote: > > Hi, > > > > Someone, on a french PostgreSQL forum, ask me for a statement timeout UI > > in the query tool. Here is what I've done so far: > > > > * add a config in the

[pgadmin-hackers] SVN Commit by dpage: r8111 - trunk/www

2009-12-04 Thread svn
Author: dpage Date: 2009-12-04 15:53:24 + (Fri, 04 Dec 2009) New Revision: 8111 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8111&view=rev Log: update for 1.10.1 Modified: trunk/www/index.php -- Sent via pgadmin-hackers mailing list ([email protected]

[pgadmin-hackers] SVN Commit by dpage: r8110 - trunk/www/download

2009-12-04 Thread svn
Author: dpage Date: 2009-12-04 15:53:01 + (Fri, 04 Dec 2009) New Revision: 8110 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8110&view=rev Log: Update for 1.10.1 Modified: trunk/www/download/macosx.php trunk/www/download/source.php trunk/www/download/windows

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Dave Page
On Fri, Dec 4, 2009 at 1:09 PM, Magnus Hagander wrote: > I think the use-case is to have a default value for people who may > otherwise send off a query that takes way too long? But in that case, > it's probably better implemented as a default value on the server > side, no? If you decide someth

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Magnus Hagander
On Fri, Dec 4, 2009 at 10:52, Dave Page wrote: > On Fri, Dec 4, 2009 at 9:41 AM, Guillaume Lelarge > wrote: >> Hi, >> >> Someone, on a french PostgreSQL forum, ask me for a statement timeout UI in >> the query tool. Here is what I've done so far: >> >>  * add a config in the Query tab of the Opti

Re: [pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Dave Page
On Fri, Dec 4, 2009 at 9:41 AM, Guillaume Lelarge wrote: > Hi, > > Someone, on a french PostgreSQL forum, ask me for a statement timeout UI in > the query tool. Here is what I've done so far: > >  * add a config in the Query tab of the Options window; >  * add a textbox in the toolbar of the query

[pgadmin-hackers] Set statement timeout in the query tool

2009-12-04 Thread Guillaume Lelarge
Hi, Someone, on a french PostgreSQL forum, ask me for a statement timeout UI in the query tool. Here is what I've done so far: * add a config in the Query tab of the Options window; * add a textbox in the toolbar of the query tool; * each query executed will first get the old statement_timeou