[pgadmin-hackers] Table FILLFACTOR support

2007-05-09 Thread Guillaume Lelarge
Hi all, Here is a patch to add support for FILLFACTOR option on tables. Fillfactor is visible on the properties tab of a table view and on the table dialog. A user can add a fillfactor value at table's creation time, but can't change it later. I don't think this patch should be applied right

Re: [pgadmin-hackers] [Enter] key moves to the end of editing pane

2007-05-09 Thread Leszek Trenkner
Hi, On Wed, 09 May 2007 20:47:45 +0100, Dave Page wrote: > Nope, incomplete testing on the part of my QA gnomes :-( > Well, svn version users are going to do some QA from time to time to make your task a little easier :-) > Please svn update and try the latest code - it should be OK now. > >

[pgadmin-hackers] SVN Commit by dpage: r6285 - trunk/pgadmin3/pgadmin

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 21:44:17 + (Wed, 09 May 2007) New Revision: 6285 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6285&view=rev Log: Ensure we don't try logging anything until we're actually ready to rock'n'roll Modified: trunk/pgadmin3/pgadmin/pgAdmin3

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

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 21:05:36 + (Wed, 09 May 2007) New Revision: 6284 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6284&view=rev Log: Actually embed the XRC data into the release builds on *nix as we're supposed to! Modified: trunk/pgadmin3/acinclude.m4

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Dave Page
Giuseppe Sacco wrote: > Il giorno mer, 09/05/2007 alle 09.24 +0100, Dave Page ha scritto: > [...] >> Please try building SVN trunk. The code that it's failing on is lifted >> straight from PostgreSQL and was resync'ed earlier in this development >> cycle (which probably explains why it works for

Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Dave Page
Erwin Brandstetter wrote: > Hi Dave! > > [EMAIL PROTECTED] wrote: >> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6259&view=rev >> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6014&view=rev >> >> Thanks for the bug report though! I'll post a new snapshot soon and >> mail the list so you can be

Re: [pgadmin-hackers] [Enter] key moves to the end of editing pane

2007-05-09 Thread Dave Page
Leszek Trenkner wrote: > Hi, > In current head (checked out && compiled few hours ago) I've noticed > strange, uconvinient and not really helpful behavior. > > When I hit [Enter], next-line char apperar where it should, but cursor > immediately moves to the end of editing buffer (visible text).

[pgadmin-hackers] SVN Commit by dpage: r6283 - trunk/pgadmin3/pgadmin/ctl

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 19:41:24 + (Wed, 09 May 2007) New Revision: 6283 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6283&view=rev Log: Fix auto-indent when used mid-file, per Leszek Trenkner Modified: trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp -

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Giuseppe Sacco
Il giorno mer, 09/05/2007 alle 09.24 +0100, Dave Page ha scritto: [...] > Please try building SVN trunk. The code that it's failing on is lifted > straight from PostgreSQL and was resync'ed earlier in this development > cycle (which probably explains why it works for 1.6.x). I've stripped it > t

Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Erwin Brandstetter
Hi Dave! [EMAIL PROTECTED] wrote: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6259&view=rev http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6014&view=rev Thanks for the bug report though! I'll post a new snapshot soon and mail the list so you can be using more up to date code. I've had a l

[pgadmin-hackers] SVN Commit by dpage: r6282 - trunk/pgadmin3/pgadmin/schema

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 15:32:22 + (Wed, 09 May 2007) New Revision: 6282 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6282&view=rev Log: Add header Modified: trunk/pgadmin3/pgadmin/schema/pgView.cpp ---(end of broadcast)

[pgadmin-hackers] [Enter] key moves to the end of editing pane

2007-05-09 Thread Leszek Trenkner
Hi, In current head (checked out && compiled few hours ago) I've noticed strange, uconvinient and not really helpful behavior. When I hit [Enter], next-line char apperar where it should, but cursor immediately moves to the end of editing buffer (visible text). If you type something from scratch,

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

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 14:18:26 + (Wed, 09 May 2007) New Revision: 6281 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6281&view=rev Log: Treat view columns as first class citizens. Show them on the treeview, and allow their properties page to be viewed. Allow ed

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Dave Page
Leszek Trenkner wrote: Hi, On Wed, 09 May 2007 09:24:56 +0100, Dave Page wrote: All, Please try building SVN trunk. The code that it's failing on is lifted straight from PostgreSQL and was resync'ed earlier in this development cycle (which probably explains why it works for 1.6.x). I've stri

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Leszek Trenkner
Hi, On Wed, 09 May 2007 09:24:56 +0100, Dave Page wrote: > All, > > Please try building SVN trunk. The code that it's failing on is lifted > straight from PostgreSQL and was resync'ed earlier in this development > cycle (which probably explains why it works for 1.6.x). I've stripped it > to it

Re: [pgadmin-hackers] I can't find libpq.lib

2007-05-09 Thread Dave Page
Cui Shijun wrote: Hi I've been trying to compile the latest pgadmin3 on windows. I installed PostgreSQL8.2 to %PGDIR%, but when I use vc++ 2005 to compile pgadmin, it can't find libpq.lib. libpq.lib is under my $PGDIRC/lib/ms, I don't understand why it can't be found. Copy libpq.lib into

[pgadmin-hackers] I can't find libpq.lib

2007-05-09 Thread Cui Shijun
Hi I've been trying to compile the latest pgadmin3 on windows. I installed PostgreSQL8.2 to %PGDIR%, but when I use vc++ 2005 to compile pgadmin, it can't find libpq.lib. libpq.lib is under my $PGDIRC/lib/ms, I don't understand why it can't be found. Regards, ranc

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

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 10:46:37 + (Wed, 09 May 2007) New Revision: 6280 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6280&view=rev Log: Allow F3 to be used to 'Find Next' in the query tool. Modified: trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp trunk/pgadmin

[pgadmin-hackers] SVN Commit by dpage: r6279 - trunk/pgadmin3/pgadmin/ui

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 10:27:40 + (Wed, 09 May 2007) New Revision: 6279 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6279&view=rev Log: Set the find button as the default. Modified: trunk/pgadmin3/pgadmin/ui/dlgFindReplace.xrc trunk/pgadmin3/pgadmin/ui/x

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

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 10:23:53 + (Wed, 09 May 2007) New Revision: 6278 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6278&view=rev Log: Load second and subsequent postgresql.conf files into the config editor correctly. Modified: trunk/pgadmin3/CHANGELOG

[pgadmin-hackers] SVN Commit by guillaume: r6277 - trunk/www/locale/fr_FR/LC_MESSAGES

2007-05-09 Thread svn
Author: guillaume Date: 2007-05-09 09:48:33 + (Wed, 09 May 2007) New Revision: 6277 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6277&view=rev Log: Update french .po file for website. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/lo

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

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 09:18:17 + (Wed, 09 May 2007) New Revision: 6276 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6276&view=rev Log: Prompt the user to save changes before opening a file from the recent files menu on the Query Tool, per Taras Kopets Modifi

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Dave Page
Guillaume Lelarge wrote: Dave Page a écrit : Guillaume Lelarge wrote: I have the same issue on a computer upgraded from edgy to feisty. I don't have it on my laptop (no upgrade, installed with feisty). All, Please try building SVN trunk. The code that it's failing on is lifted straight from

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Guillaume Lelarge
Dave Page a écrit : Guillaume Lelarge wrote: I have the same issue on a computer upgraded from edgy to feisty. I don't have it on my laptop (no upgrade, installed with feisty). All, Please try building SVN trunk. The code that it's failing on is lifted straight from PostgreSQL and was resync

Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Dave Page
Erwin Brandstetter wrote: This example finally works as it should. You get the idea ... Names of OUT parameters are "shifted" to unnamed IN parameters, one after the other. Hi Erwin, I rewrote all the code that handles that in SVN trunk the other day - I just ran all your tests through it an

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Dave Page
Guillaume Lelarge wrote: I have the same issue on a computer upgraded from edgy to feisty. I don't have it on my laptop (no upgrade, installed with feisty). All, Please try building SVN trunk. The code that it's failing on is lifted straight from PostgreSQL and was resync'ed earlier in this d

[pgadmin-hackers] SVN Commit by dpage: r6275 - in trunk/pgadmin3/pgadmin: . db include include/parser utils

2007-05-09 Thread svn
Author: dpage Date: 2007-05-09 07:59:56 + (Wed, 09 May 2007) New Revision: 6275 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6275&view=rev Log: Reduce the imported keyword related code from PostgreSQL to the bare minimum to avoid potential problems on some compilers. E

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Guillaume Lelarge
Hi, Leszek Trenkner a écrit : Thu, 03 May 2007 14:54:12 +0200, Florian G. Pflug wrote: 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. I'm using Ubuntu Fiesty (upgraded from edgy). I've just compiled pgadmin3-1.6.3 from so

Re: [pgadmin-hackers] build environment

2007-05-09 Thread Leszek Trenkner
Hi all, Thu, 03 May 2007 14:54:12 +0200, Florian G. Pflug wrote: > > 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. > I'm using Ubuntu Fiesty (upgraded from edgy). I've just compiled pgadmin3-1.6.3 from sources without any