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

2007-01-19 Thread svn
Author: dpage Date: 2007-01-19 08:51:39 + (Fri, 19 Jan 2007) New Revision: 5876 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5876&view=rev Log: Add 1.6.2 RPM downloadss Modified: trunk/www/download/rpm.php ---(end of broadcast)

[pgadmin-hackers] SVN Commit by dpage: r5877 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/frm pgadmin/include/dlg pgadmin/include/schema pgadmin/include/slony pgadmin/schema pgadmin/slony

2007-01-19 Thread svn
Author: dpage Date: 2007-01-19 15:54:39 + (Fri, 19 Jan 2007) New Revision: 5877 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5877&view=rev Log: Add options to enable/disable triggers, both individually and per-table [Guillaume Lelarge, Dave Page] Refactor a bunch of st

Re: [pgadmin-hackers] Enable/disable trigger path

2007-01-19 Thread Dave Page
OK, nearly there... :-) Guillaume Lelarge wrote: > Dave Page a écrit : >> [...] >> Bullet pointed tips, purely because that's how they escaped from my >> brain :-) >> >> - This should be on the Tools menu, not the View menu. >> > > I don't understand what you mean by this. I put them on the Tools

[pgadmin-hackers] SVN Commit by dpage: r5878 - in trunk/pgadmin3: . pgadmin/frm

2007-01-19 Thread svn
Author: dpage Date: 2007-01-19 17:33:51 + (Fri, 19 Jan 2007) New Revision: 5878 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5878&view=rev Log: Fix localisation of 'Tab' as a copy delimiter. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/frm/frmOption

[pgadmin-hackers] SVN Commit by dpage: r5879 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/frm

2007-01-19 Thread svn
Author: dpage Date: 2007-01-19 17:34:12 + (Fri, 19 Jan 2007) New Revision: 5879 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5879&view=rev Log: Fix localisation of 'Tab' as a copy delimiter. Modified: branches/REL-1_6_0_PATCHES/pgadmin3/CHANGELOG branches/REL-1_

[pgadmin-hackers] Strange error messages

2007-01-19 Thread Guillaume Lelarge
Hi all, I keep getting these error messages when I compile pgAdmin from scratch : src/Makefile.am:43: SUN_CC does not appear in AM_CONDITIONAL src/Makefile.am:49: SUN_CXX does not appear in AM_CONDITIONAL xtra/pgagent/Makefile.am:33: SUN_CC does not appear in AM_CONDITIONAL xtra/pgagent/Makefile.

Re: [pgadmin-hackers] Strange error messages

2007-01-19 Thread Dave Page
> --- Original Message --- > From: Guillaume Lelarge <[EMAIL PROTECTED]> > To: pgadmin-hackers@postgresql.org > Sent: 1/19/07, 7:22:14 PM > Subject: [pgadmin-hackers] Strange error messages > > Hi all, > > I keep getting these error messages when I compile pgAdmin from scratch : > > sr

Re: [pgadmin-hackers] Strange error messages

2007-01-19 Thread Guillaume Lelarge
Dave Page a écrit : >> I keep getting these error messages when I compile pgAdmin from scratch : >> >> src/Makefile.am:43: SUN_CC does not appear in AM_CONDITIONAL >> src/Makefile.am:49: SUN_CXX does not appear in AM_CONDITIONAL >> xtra/pgagent/Makefile.am:33: SUN_CC does not appear in AM_CONDITION