[pgadmin-hackers] [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function

2010-11-13 Thread pgAdmin Trac
#280: Use the new pg_last_xact_replay_timestamp() function
+---
 Reporter:  gleu|   Owner:  dpage
 Type:  bug |  Status:  new  
 Priority:  minor   |   Milestone:   
Component:  pgadmin | Version:  trunk
 Keywords:  server 9.1  |Platform:  all  
+---
 See
 
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7ba6e4f0e08bd7bdf4d12974ac1e37fb0459c97c
 for details

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
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] [pgAdmin III] #279: Comments on column from multi-inheriting tables are buggy

2010-11-13 Thread pgAdmin Trac
#279: Comments on column from multi-inheriting tables are buggy
-+--
 Reporter:  gleu |   Owner:  dpage
 Type:  bug  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.12 
 Keywords:  column   |Platform:  all  
-+--


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
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] [pgAdmin III] #278: Support for updating enums

2010-11-13 Thread pgAdmin Trac
#278: Support for updating enums
-+--
 Reporter:  gleu |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  1.12 
 Keywords:  type |Platform:  all  
-+--
 Seems it is as easy as doing an update on pg_enum. We should check that
 and, if it's true, make it work with pgAdmin.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
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] pgAdmin III commit: Fixed translation problem of "SET STRAGE".

2010-11-13 Thread Hiroshi Saito
Fixed translation problem of "SET STRAGE".
Thanks, per report from SHIINA Hideaki-san.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6c0bbd89869939e1b48e9235c30d9601347316b8

Modified Files
--
pgadmin/dlg/dlgColumn.cpp |5 +
pgadmin/dlg/dlgType.cpp   |5 +
pgadmin/ui/dlgColumn.xrc  |4 
pgadmin/ui/dlgType.xrc|5 -
4 files changed, 10 insertions(+), 9 deletions(-)


-- 
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] The translation problem of "SET STRAGE"

2010-11-13 Thread Hiroshi Saito

Hi

Thanks!
I will do it:-)

Regards,
Hiroshi Saito

- Original Message - 
From: "Guillaume Lelarge" 




Le 13/11/2010 17:28, Dave Page a écrit :

2010/11/13 Hiroshi Saito :

Hi.

Translation problem of "SET STRAGE" by the version 1.12.1.
I received problem report from SHIINA Hideaki-san of japan.
this originates in wxComboBox.item in xrc of cbStorage being translated. and
when operating it, pgAdmin generates an SQL syntax error...
http://winpg.jp/~saito/pgAdmin/cbStorage_old.png
http://winpg.jp/~saito/pgAdmin/cbStorage_error.png

I wonder problem does not occur in other languages.?_?
However, I want to change so that this may be append by wxT which is not
translated by dlgColumn. then, result is comfortable.:-)
http://winpg.jp/~saito/pgAdmin/cbStorage_new.png

Does someone have any objections?


That seems like the correct fix to me. Please go ahead.



+1


--
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 



--
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] The translation problem of "SET STRAGE"

2010-11-13 Thread Guillaume Lelarge
Le 13/11/2010 17:28, Dave Page a écrit :
> 2010/11/13 Hiroshi Saito :
>> Hi.
>>
>> Translation problem of "SET STRAGE" by the version 1.12.1.
>> I received problem report from SHIINA Hideaki-san of japan.
>> this originates in wxComboBox.item in xrc of cbStorage being translated. and
>> when operating it, pgAdmin generates an SQL syntax error...
>> http://winpg.jp/~saito/pgAdmin/cbStorage_old.png
>> http://winpg.jp/~saito/pgAdmin/cbStorage_error.png
>>
>> I wonder problem does not occur in other languages.?_?
>> However, I want to change so that this may be append by wxT which is not
>> translated by dlgColumn. then, result is comfortable.:-)
>> http://winpg.jp/~saito/pgAdmin/cbStorage_new.png
>>
>> Does someone have any objections?
> 
> That seems like the correct fix to me. Please go ahead.
> 

+1


-- 
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] The translation problem of "SET STRAGE"

2010-11-13 Thread Dave Page
2010/11/13 Hiroshi Saito :
> Hi.
>
> Translation problem of "SET STRAGE" by the version 1.12.1.
> I received problem report from SHIINA Hideaki-san of japan.
> this originates in wxComboBox.item in xrc of cbStorage being translated. and
> when operating it, pgAdmin generates an SQL syntax error...
> http://winpg.jp/~saito/pgAdmin/cbStorage_old.png
> http://winpg.jp/~saito/pgAdmin/cbStorage_error.png
>
> I wonder problem does not occur in other languages.?_?
> However, I want to change so that this may be append by wxT which is not
> translated by dlgColumn. then, result is comfortable.:-)
> http://winpg.jp/~saito/pgAdmin/cbStorage_new.png
>
> Does someone have any objections?

That seems like the correct fix to me. Please go ahead.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
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] The translation problem of "SET STRAGE"

2010-11-13 Thread Hiroshi Saito

Hi.

Translation problem of "SET STRAGE" by the version 1.12.1.
I received problem report from SHIINA Hideaki-san of japan.
this originates in wxComboBox.item in xrc of cbStorage being 
translated. and when operating it, pgAdmin generates an SQL 
syntax error...

http://winpg.jp/~saito/pgAdmin/cbStorage_old.png
http://winpg.jp/~saito/pgAdmin/cbStorage_error.png

I wonder problem does not occur in other languages.?_?
However, I want to change so that this may be append by wxT 
which is not translated by dlgColumn. then, result is comfortable.:-)

http://winpg.jp/~saito/pgAdmin/cbStorage_new.png

Does someone have any objections? 


Regards,
Hiroshi Saito

--
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] pgAdmin website commit: v1.12.1 was added.

2010-11-13 Thread Hiroshi Saito
v1.12.1 was added.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=5fb7bac1b60359c52ca5c51cfb3bddd6879e9188

Modified Files
--
download/opensuse.php |1 +
1 files changed, 1 insertions(+), 0 deletions(-)


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