Re: [pgadmin-hackers] 1.12.3 built

2011-04-14 Thread Dave Page
Great, thanks. On Thursday, April 14, 2011, Devrim GÜNDÜZ wrote: > On Thu, 2011-04-14 at 22:00 +0100, Dave Page wrote: >> Source, windows and osx builds at >> http://developer.pgadmin.org/ftp/release/v1.12.3/ >> >> Please give them a sanity check! > > Built fine on Fedora 14. > -- > Devrim GÜNDÜZ

Re: [pgadmin-hackers] 1.12.3 built

2011-04-14 Thread Devrim GÜNDÜZ
On Thu, 2011-04-14 at 22:00 +0100, Dave Page wrote: > Source, windows and osx builds at > http://developer.pgadmin.org/ftp/release/v1.12.3/ > > Please give them a sanity check! Built fine on Fedora 14. -- Devrim GÜNDÜZ Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com Postg

[pgadmin-hackers] 1.12.3 built

2011-04-14 Thread Dave Page
Source, windows and osx builds at http://developer.pgadmin.org/ftp/release/v1.12.3/ Please give them a sanity check! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mail

Re: [pgadmin-hackers] pgAdmin III commit: Handle hostaddr connection parameter

2011-04-14 Thread Guillaume Lelarge
Le 14/04/2011 21:35, Dave Page a écrit : > On Thu, Apr 14, 2011 at 8:33 PM, Guillaume Lelarge > wrote: >> Le 12/04/2011 21:44, Guillaume Lelarge a écrit : >>> Le 12/04/2011 17:36, Dave Page a écrit : I'm not happy with the way this is done (from the UI perspective). We now have two field

Re: [pgadmin-hackers] pgAdmin III commit: Handle hostaddr connection parameter

2011-04-14 Thread Dave Page
On Thu, Apr 14, 2011 at 8:33 PM, Guillaume Lelarge wrote: > Le 12/04/2011 21:44, Guillaume Lelarge a écrit : >> Le 12/04/2011 17:36, Dave Page a écrit : >>> I'm not happy with the way this is done (from the UI perspective). We >>> now have two fields on the server dialogue, one labelled "Host" and

Re: [pgadmin-hackers] pgAdmin III commit: Handle hostaddr connection parameter

2011-04-14 Thread Guillaume Lelarge
Le 12/04/2011 21:44, Guillaume Lelarge a écrit : > Le 12/04/2011 17:36, Dave Page a écrit : >> I'm not happy with the way this is done (from the UI perspective). We >> now have two fields on the server dialogue, one labelled "Host" and >> one labelled "Host Address". It's not at all obvious to the

[pgadmin-hackers] pgAdmin III commit: Tag REL-1_12_3 has been created.

2011-04-14 Thread Dave Page
Tag REL-1_12_3 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_12_3 Log Message --- Tag 1.12.3 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpre

[pgadmin-hackers] pgAdmin III commit: Bump version for release

2011-04-14 Thread Dave Page
Bump version for release Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0aa51f739af3f58cc962382e4c4177f7983d4b1c Modified Files -- pgadmin/include/version.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

[pgadmin-hackers] pgAdmin III commit: Make style

2011-04-14 Thread Dave Page
Make style Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=24c1e87fb86d6853fa45aa1406ff1c582e481a72 Modified Files -- pgadmin/frm/frmStatus.cpp | 56 pgadmin/include/ctl/ctl

[pgadmin-hackers] pgAdmin III commit: Make style.

2011-04-14 Thread Dave Page
Make style. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=419025c91e55130594ef4421a458bfde23386b08 Modified Files -- pgadmin/dlg/dlgCollation.cpp | 72 pgadmin/dlg/dlgColumn.cpp| 68

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

2011-04-14 Thread Vladimir Kokovic
Hi, During copy/paste testing I've found that on 9.1 'COLLATE' should be omitted from table constraints definitions..Look in my PostgreSQL log: 2011-04-14 10:04:28 CEST asoft 127.0.0.1(41254) 5357 0 LOG: statement: SELECT relname FROM pg_namespace n LEFT JOIN pg_class c ON n.oid=c.relnamespace AN