[pgadmin-hackers] Transactions in status view

2010-06-17 Thread Magnus Hagander
Hi!

In the status view of pgadmin, one pane/window/whateverwecallthem is
labeled "Transactions". But it actually only holds two-phase
transactions. That's misleading, I've had questions about why regular
transactions don't show up there.

I suggest we rename it. But to what? "Two phase transactions"?
"Prepared transactions"?

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Transactions in status view

2010-06-17 Thread Dave Page
On Thu, Jun 17, 2010 at 8:26 AM, Magnus Hagander  wrote:
> Hi!
>
> In the status view of pgadmin, one pane/window/whateverwecallthem is
> labeled "Transactions". But it actually only holds two-phase
> transactions. That's misleading, I've had questions about why regular
> transactions don't show up there.
>
> I suggest we rename it. But to what? "Two phase transactions"?
> "Prepared transactions"?

The latter sounds good to me.



-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Transactions in status view

2010-06-17 Thread Guillaume Lelarge
Le 17/06/2010 14:28, Dave Page a écrit :
> On Thu, Jun 17, 2010 at 8:26 AM, Magnus Hagander  wrote:
>> Hi!
>>
>> In the status view of pgadmin, one pane/window/whateverwecallthem is
>> labeled "Transactions". But it actually only holds two-phase
>> transactions. That's misleading, I've had questions about why regular
>> transactions don't show up there.
>>
>> I suggest we rename it. But to what? "Two phase transactions"?
>> "Prepared transactions"?
> 
> The latter sounds good to me.
> 

+1 for "prepared transactions".


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Transactions in status view

2010-06-17 Thread Magnus Hagander
On Thu, Jun 17, 2010 at 14:51, Guillaume Lelarge  wrote:
> Le 17/06/2010 14:28, Dave Page a écrit :
>> On Thu, Jun 17, 2010 at 8:26 AM, Magnus Hagander  wrote:
>>> Hi!
>>>
>>> In the status view of pgadmin, one pane/window/whateverwecallthem is
>>> labeled "Transactions". But it actually only holds two-phase
>>> transactions. That's misleading, I've had questions about why regular
>>> transactions don't show up there.
>>>
>>> I suggest we rename it. But to what? "Two phase transactions"?
>>> "Prepared transactions"?
>>
>> The latter sounds good to me.
>>
>
> +1 for "prepared transactions".

Where are we wrt the new release - are we in string freeze or is it ok
to make this change now?


-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Transactions in status view

2010-06-17 Thread Guillaume Lelarge
Le 17/06/2010 14:52, Magnus Hagander a écrit :
> On Thu, Jun 17, 2010 at 14:51, Guillaume Lelarge  
> wrote:
>> Le 17/06/2010 14:28, Dave Page a écrit :
>>> On Thu, Jun 17, 2010 at 8:26 AM, Magnus Hagander  
>>> wrote:
 Hi!

 In the status view of pgadmin, one pane/window/whateverwecallthem is
 labeled "Transactions". But it actually only holds two-phase
 transactions. That's misleading, I've had questions about why regular
 transactions don't show up there.

 I suggest we rename it. But to what? "Two phase transactions"?
 "Prepared transactions"?
>>>
>>> The latter sounds good to me.
>>>
>>
>> +1 for "prepared transactions".
> 
> Where are we wrt the new release - are we in string freeze or is it ok
> to make this change now?
> 

You can make this change. We're not in string freeze.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by mha: r8434 - trunk/pgadmin3/pgadmin/frm

2010-06-17 Thread svn
Author: mha

Date: 2010-06-17 14:52:43 +0100 (Thu, 17 Jun 2010)

New Revision: 8434

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8434&view=rev

Log:
Rename the Transactions pane on the status form to Prepared Transactions,
to make it clear that it's not regular transactions being listed.


Modified:
   trunk/pgadmin3/pgadmin/frm/frmStatus.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Transactions in status view

2010-06-17 Thread Magnus Hagander
On Thu, Jun 17, 2010 at 15:30, Guillaume Lelarge  wrote:
> Le 17/06/2010 14:52, Magnus Hagander a écrit :
>> On Thu, Jun 17, 2010 at 14:51, Guillaume Lelarge  
>> wrote:
>>> Le 17/06/2010 14:28, Dave Page a écrit :
 On Thu, Jun 17, 2010 at 8:26 AM, Magnus Hagander  
 wrote:
> Hi!
>
> In the status view of pgadmin, one pane/window/whateverwecallthem is
> labeled "Transactions". But it actually only holds two-phase
> transactions. That's misleading, I've had questions about why regular
> transactions don't show up there.
>
> I suggest we rename it. But to what? "Two phase transactions"?
> "Prepared transactions"?

 The latter sounds good to me.

>>>
>>> +1 for "prepared transactions".
>>
>> Where are we wrt the new release - are we in string freeze or is it ok
>> to make this change now?
>>
>
> You can make this change. We're not in string freeze.


Great. Done!



-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by dpage: r8435 - trunk/pgadmin3/pgadmin/schema

2010-06-17 Thread svn
Author: dpage

Date: 2010-06-17 15:11:50 +0100 (Thu, 17 Jun 2010)

New Revision: 8435

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8435&view=rev

Log:
Remove debug code



Modified:
   trunk/pgadmin3/pgadmin/schema/pgFunction.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by dpage: r8436 - branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/schema

2010-06-17 Thread svn
Author: dpage

Date: 2010-06-17 15:13:04 +0100 (Thu, 17 Jun 2010)

New Revision: 8436

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8436&view=rev

Log:
Remove debug code



Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/schema/pgFunction.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by dpage: r8437 - tags/REL-1_10_4/pgadmin3/pgadmin/schema

2010-06-17 Thread svn
Author: dpage

Date: 2010-06-17 15:13:35 +0100 (Thu, 17 Jun 2010)

New Revision: 8437

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8437&view=rev

Log:
Remove debug code



Modified:
   tags/REL-1_10_4/pgadmin3/pgadmin/schema/pgFunction.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8438 - in trunk/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR hu_HU id_ID is_IS it_IT

2010-06-17 Thread svn
Author: guillaume

Date: 2010-06-17 21:26:42 +0100 (Thu, 17 Jun 2010)

New Revision: 8438

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8438&view=rev

Log:
Automatic merge using stringmerge script.


Modified:
   trunk/pgadmin3/i18n/af_ZA/pgadmin3.po
   trunk/pgadmin3/i18n/ar_SA/pgadmin3.po
   trunk/pgadmin3/i18n/bg_BG/pgadmin3.po
   trunk/pgadmin3/i18n/ca_ES/pgadmin3.po
   trunk/pgadmin3/i18n/cs_CZ/pgadmin3.po
   trunk/pgadmin3/i18n/da_DK/pgadmin3.po
   trunk/pgadmin3/i18n/de_CH/pgadmin3.po
   trunk/pgadmin3/i18n/de_DE/pgadmin3.po
   trunk/pgadmin3/i18n/el_GR/pgadmin3.po
   trunk/pgadmin3/i18n/es_ES/pgadmin3.po
   trunk/pgadmin3/i18n/fa_IR/pgadmin3.po
   trunk/pgadmin3/i18n/fi_FI/pgadmin3.po
   trunk/pgadmin3/i18n/fr_FR/pgadmin3.po
   trunk/pgadmin3/i18n/gl_ES/pgadmin3.po
   trunk/pgadmin3/i18n/gu_IN/pgadmin3.po
   trunk/pgadmin3/i18n/hi_IN/pgadmin3.po
   trunk/pgadmin3/i18n/hr_HR/pgadmin3.po
   trunk/pgadmin3/i18n/hu_HU/pgadmin3.po
   trunk/pgadmin3/i18n/id_ID/pgadmin3.po
   trunk/pgadmin3/i18n/is_IS/pgadmin3.po
   trunk/pgadmin3/i18n/it_IT/pgadmin3.po
   trunk/pgadmin3/i18n/ja_JP/pgadmin3.po
   trunk/pgadmin3/i18n/ko_KR/pgadmin3.po
   trunk/pgadmin3/i18n/lt_LT/pgadmin3.po
   trunk/pgadmin3/i18n/lv_LV/pgadmin3.po
   trunk/pgadmin3/i18n/mk_MK/pgadmin3.po
   trunk/pgadmin3/i18n/nb_NO/pgadmin3.po
   trunk/pgadmin3/i18n/nl_NL/pgadmin3.po
   trunk/pgadmin3/i18n/pl_PL/pgadmin3.po
   trunk/pgadmin3/i18n/pt_BR/pgadmin3.po
   trunk/pgadmin3/i18n/pt_PT/pgadmin3.po
   trunk/pgadmin3/i18n/ro_RO/pgadmin3.po
   trunk/pgadmin3/i18n/ru_RU/pgadmin3.po
   trunk/pgadmin3/i18n/sk_SK/pgadmin3.po
   trunk/pgadmin3/i18n/sl_SI/pgadmin3.po
   trunk/pgadmin3/i18n/sr_RS/pgadmin3.po
   trunk/pgadmin3/i18n/sv_SE/pgadmin3.po
   trunk/pgadmin3/i18n/te_IN/pgadmin3.po
   trunk/pgadmin3/i18n/tl_PH/pgadmin3.po
   trunk/pgadmin3/i18n/tr_TR/pgadmin3.po
   trunk/pgadmin3/i18n/uk_UA/pgadmin3.po
   trunk/pgadmin3/i18n/ur_PK/pgadmin3.po
   trunk/pgadmin3/i18n/vi_VN/pgadmin3.po
   trunk/pgadmin3/i18n/zh_CN/pgadmin3.po
   trunk/pgadmin3/i18n/zh_TW/pgadmin3.po

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8439 - trunk/pgadmin3

2010-06-17 Thread svn
Author: guillaume

Date: 2010-06-17 21:29:46 +0100 (Thu, 17 Jun 2010)

New Revision: 8439

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8439&view=rev

Log:
Update the .pot file.



Modified:
   trunk/pgadmin3/pgadmin3.pot

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8440 - trunk/pgadmin3/i18n/fr_FR

2010-06-17 Thread svn
Author: guillaume

Date: 2010-06-17 21:31:01 +0100 (Thu, 17 Jun 2010)

New Revision: 8440

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8440&view=rev

Log:
Update the french translation.



Modified:
   trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo
   trunk/pgadmin3/i18n/fr_FR/pgadmin3.po

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8441 - trunk/pgadmin3/i18n/pl_PL

2010-06-17 Thread svn
Author: guillaume

Date: 2010-06-18 07:50:58 +0100 (Fri, 18 Jun 2010)

New Revision: 8441

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8441&view=rev

Log:
Update polish translation, per Lukasz Gromanowski.



Modified:
   trunk/pgadmin3/i18n/pl_PL/pgadmin3.mo
   trunk/pgadmin3/i18n/pl_PL/pgadmin3.po

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Polish translation for pgAdmin3

2010-06-17 Thread Guillaume Lelarge
Le 18/06/2010 00:21, Łukasz Gromanowski a écrit :
> Hi,
> there is updated Polish translation for pgAdmin3 in attachment.
> 

Thanks. I commited it.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers