How does one unsubscribe from these mails?
Dave Page schreef:
I'm pleased to announce the second beta version of pgAdmin III v1.6.0 is
available for download in Source, Windows, Slackware and Mac OSX formats
from:
http://www.pgadmin.org/download/
This version contains various fixes for bugs re
Author: dpage
Date: 2006-10-09 11:51:52 +0100 (Mon, 09 Oct 2006)
New Revision: 5441
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5441&view=rev
Log:
Use a text editor for money columns so that they can be properly edited, per
Phuoc Trong Chu
Modified:
trunk/pgadmin3/sr
Thanks - I've committed a fix for this to SVN - you should
see it in beta 3.
Regards, Dave.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Phuoc Trong
ChuSent: 06 October 2006 23:06To:
pgadmin-hackers@postgresql.org;
pgadmin-support@postgresql.orgSubject:
Author: dpage
Date: 2006-10-09 13:09:38 +0100 (Mon, 09 Oct 2006)
New Revision: 5442
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5442&view=rev
Log:
Ensure dialogues open on-screen, per Dennis
Modified:
trunk/pgadmin3/src/dlg/dlgProperty.cpp
---
Em Qua, 2006-10-04 às 20:13 -0300, Henrique Paulino Machado escreveu:
> Thanks, Guillaume.
>
Hi!
> I think Marcos signalled OK for my helping. I will be in touch with
> him to solve this lack of time on the pt_BR translation.
>
Euler[1] asked for to translate pgadmin in pt-BR but I see that
Author: dpage
Date: 2006-10-09 14:54:22 +0100 (Mon, 09 Oct 2006)
New Revision: 5443
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5443&view=rev
Log:
Include composite types in the pgDatatype-built lists, per Dennis
Modified:
trunk/pgadmin3/src/schema/pgDatatype.cpp
---
Author: dpage
Date: 2006-10-09 15:23:35 +0100 (Mon, 09 Oct 2006)
New Revision: 5444
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5444&view=rev
Log:
Suppress the "unknown" datatype from use in column dialogues etc.
Modified:
trunk/pgadmin3/src/schema/pgDatatype.cpp
---
Author: dpage
Date: 2006-10-09 16:35:24 +0100 (Mon, 09 Oct 2006)
New Revision: 5445
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5445&view=rev
Log:
Cleanup the browser tree correctly following an unexpected disconnection from
the server, per AgentM.
Modified:
trunk/pg
Hi Dave,
while working on debian packaging of 1.6 beta2 I had to add -lkrb5 as
the libpq.a depends on it. As we are near from the release, I prefer to
let you double check the patch attached. I would not like to be at the
origin of a "dramatic play" ;)
Cheers,
Raph
Index: acinclude.m4
===
Author: raphael
Date: 2006-10-09 20:03:43 +0100 (Mon, 09 Oct 2006)
New Revision: 5446
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5446&view=rev
Log:
Update debian package files to reflect current 1.6.0 beta2 work in
progress.
Added:
trunk/pgadmin3/pkg/debian/pgadmin3
Author: raphael
Date: 2006-10-09 20:11:13 +0100 (Mon, 09 Oct 2006)
New Revision: 5447
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5447&view=rev
Log:
Add missing debian package files. pgagent and pgadmin3 are two separate
package on debian.
Added:
trunk/pgadmin3/pkg/d
Hi Raph,
Shouldn't there be some tweaks to pkg/debian/Makefile.am for this?
Regards, Dave.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: 09 October 2006 20:11
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin
Dave Page wrote:
> Hi Raph,
>
> Shouldn't there be some tweaks to pkg/debian/Makefile.am for this?
oooh sorry! I'm fixing it right now.
Thanks for the head up.
Raph
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send a
Author: raphael
Date: 2006-10-09 20:26:36 +0100 (Mon, 09 Oct 2006)
New Revision: 5448
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5448&view=rev
Log:
Added missing debian package files thanks to Dave's black magic eye.
Modified:
trunk/pgadmin3/pkg/debian/Makefile.am
Title: Re: [patch] libkrb5 needed during static linking of 1.6beta2 on debian
Looks OK, and I don’t see any problem on OSX.
Go for it.
/D
On 9/10/06 19:52, "Raphaël Enrici" <[EMAIL PROTECTED]> wrote:
Hi Dave,
while working on debian packaging of 1.6 beta2 I had to add -lkrb5 as
the libpq.a
Author: raphael
Date: 2006-10-09 20:32:32 +0100 (Mon, 09 Oct 2006)
New Revision: 5449
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5449&view=rev
Log:
Ensure that libkrb5.a is mentioned when required (libpq depends on it at
least on debian).
Modified:
trunk/pgadmin3/ac
Author: dpage
Date: 2006-10-09 21:15:39 +0100 (Mon, 09 Oct 2006)
New Revision: 5450
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5450&view=rev
Log:
Add a missing .c_str()
Modified:
trunk/pgadmin3/src/utils/sysProcess.cpp
---(end of broadcast)-
Author: dpage
Date: 2006-10-09 21:24:13 +0100 (Mon, 09 Oct 2006)
New Revision: 5451
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5451&view=rev
Log:
Tweak dialogue positioning
Modified:
trunk/pgadmin3/src/dlg/dlgProperty.cpp
---(end of broadcas
18 matches
Mail list logo