[pgadmin-hackers] SVN Commit by dpage: r6259 - in trunk/pgadmin3/pgadmin: dlg include/dlg ui

2007-05-03 Thread svn
Author: dpage

Date: 2007-05-03 11:15:05 + (Thu, 03 May 2007)

New Revision: 6259

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

Log:
Re-jigger dlgFunction to remove the hacks that were there to support functions 
with parameter names and modes. Now we support them as if they were always 
there. 

Tweak the package and trigger dialogs at the same time.


Modified:
   trunk/pgadmin3/pgadmin/dlg/dlgFunction.cpp
   trunk/pgadmin3/pgadmin/dlg/dlgTrigger.cpp
   trunk/pgadmin3/pgadmin/include/dlg/dlgFunction.h
   trunk/pgadmin3/pgadmin/ui/dlgFunction.xrc
   trunk/pgadmin3/pgadmin/ui/dlgPackage.xrc
   trunk/pgadmin3/pgadmin/ui/dlgTrigger.xrc

---(end of broadcast)---
TIP 6: explain analyze is your friend


[pgadmin-hackers] build environment

2007-05-03 Thread Giuseppe Sacco
Hi all,
I have a simple question: what is/are the build environment used by
pgadmin developers? Windows? Solaris? Redhat? Suse? Debian? other?

This is not just a "curiosa"; I am still trying to compile the source on
Debian GNU/linux.

Bye,
Giuseppe

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [pgadmin-hackers] build environment

2007-05-03 Thread Dave Page

Giuseppe Sacco wrote:

Hi all,
I have a simple question: what is/are the build environment used by
pgadmin developers? Windows? Solaris? Redhat? Suse? Debian? other?


I develop primarily on Windows XP and OS X. developer.pgadmin.org builds 
nightly on Slackware Linux, though I don't develop on there, except to 
fix the odd bug specific to wxGTK. The guys at Sun build on Solaris as 
well, using GCC and Sun Studio iirc.



This is not just a "curiosa"; I am still trying to compile the source on
Debian GNU/linux.


What compiler version etc is on there? I'm not a Debian user, but from 
what I've heard their 'stable' versions can be pretty old.


Regards, Dave.

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [pgadmin-hackers] build environment

2007-05-03 Thread Giuseppe Sacco
Il giorno gio, 03/05/2007 alle 13.29 +0100, Dave Page ha scritto:
[...]
> > This is not just a "curiosa"; I am still trying to compile the source on
> > Debian GNU/linux.
> 
> What compiler version etc is on there? I'm not a Debian user, but from 
> what I've heard their 'stable' versions can be pretty old.

I am using a debian "etch". This version is quiet new since it has been
released less then one month ago.

$ gcc --version
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I download and compiled wxWidget 2.8.2 since the Debian shipped version
is 2.6.3.2.1.5.

configure reports:
PostgreSQL directory:   /usr
PostgreSQL pg_config binary:/usr/bin/pg_config
PostgreSQL version: PostgreSQL 8.1.8
PostgreSQL SSL support: Present

wxWidgets directory:/usr/local/wxWidgets-2.8.2
wxWidgets wx-config binary: /usr/local/wxWidgets-2.8.2/bin/wx-config
wxWidgets version:  wxWidgets 2.8.2

Building a debug version of pgAdmin:No
Statically linking pgAdmin: No
Building a Mac OS X appbundle:  No
Include documentation:  Yes

Bye,
Giuseppe


---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [pgadmin-hackers] build environment

2007-05-03 Thread Florian G. Pflug

Dave Page wrote:

Giuseppe Sacco wrote:

Hi all,
I have a simple question: what is/are the build environment used by
pgadmin developers? Windows? Solaris? Redhat? Suse? Debian? other?


I'm doing nightly builds on OSX 10.3 with wx 2.8.3, and I also sucessfully
built 1.6 on ubuntu edgy a few weeks ago.

Please post the output of "gcc --version" on your machine, and check
if you have any environment variables like 
CC,CFLAGS,LDFLAGS,CXXFLAGS,CPPFLAGS,.. set in the shell where you

issue "configure" and "make". Please also add the exact arguments
to configure you used.

I'm beginning to suspect that some stray "-I" options get passed
to gcc on your machine, and that it thereforce includes some wrong files.

As a crosscheck, please also try the changes to postgres.h (the one shipped
with the pgadmin sources, not some other postgres you might find in 
/usr/include) that I suggested in the other thread.


In postgres.h, replace
#define YYTOKENTYPE
#define YYSTYPE int
with
#define YYSTYPE_IS_DECLARED
#define DECIMAL DECIMAL_P
  typedef int YYSTYPE;

greetings, Florian Pflug


---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match


Re: [pgadmin-hackers] build environment

2007-05-03 Thread Guillaume Lelarge

Giuseppe Sacco a écrit :

I have a simple question: what is/are the build environment used by
pgadmin developers? Windows? Solaris? Redhat? Suse? Debian? other?



Kubuntu Feisty. Compiles on my laptop (fresh install), doesn't compile 
on my desk PC (upgraded from 6.10).


When I'll have more time, I'll try on Windows Vista.


This is not just a "curiosa"; I am still trying to compile the source on
Debian GNU/linux.



On my desk PC, I still have the issue you mentioned on a previous mail. 
I don't see big differences between the laptop and the PC. I'm still 
working on it.


Regards.


--
Guillaume.


---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


[pgadmin-hackers] Option to be added to pgAdmin

2007-05-03 Thread Vladimir Zelinski
Hi, guys,

Thank you  for you free and good tool.

However, I'm missing one feature which I belive, is
easy to implement.
I would like to have an option to turn on line number
in SQL editor. It would be easier to navigate when one
is working with large scripts.

Thank you again,
Vladimir


---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[pgadmin-hackers] SVN Commit by guillaume: r6260 - trunk/pgadmin3/i18n/es_ES

2007-05-03 Thread svn
Author: guillaume

Date: 2007-05-03 18:09:21 + (Thu, 03 May 2007)

New Revision: 6260

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

Log:
Update spanish translation, per Diego Gil.



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

---(end of broadcast)---
TIP 6: explain analyze is your friend