Re: [pgadmin-support] How about considering switch to cmake

2006-12-27 Thread Massimo Fidanza
Dave Page ha scritto: Massimo Fidanza wrote: Hi all, in the past I try to use auto hell and I found it very hard to hack, now I'm developing a plugin for kate (KDE advanced editor) and I discover the simplicity of cmake. CMake as auto hell is cross platform and has a very simple and clean synt

Re: [pgadmin-support] 1.7.0 SQL Pane top bar merging with the Object browser horizontal scroll bar

2006-12-27 Thread Clodoaldo
2006/12/27, Clodoaldo <[EMAIL PROTECTED]>: 2006/12/27, Devrim GUNDUZ <[EMAIL PROTECTED]>: > Hi, > > On Wed, 2006-12-27 at 13:07 -0200, Clodoaldo wrote: > > FC5 wxGTK 2.8.0 > > How did you install wx on FC5? > From source. Not sure if it does answer your question or if you want details on source

Re: [pgadmin-support] 1.7.0 SQL Pane top bar merging with the

2006-12-27 Thread Devrim GUNDUZ
Hi, On Wed, 2006-12-27 at 13:29 -0200, Clodoaldo wrote: > > > > How did you install wx on FC5? > > > > From source. Ok then. I was wondering whether you used fc7 packages or not -- There is now a thread on Fedora list about using FC7 packages on FC5 and having problems. That's why I asked. Chee

Re: [pgadmin-support] 1.7.0 SQL Pane top bar merging with the Object browser horizontal scroll bar

2006-12-27 Thread Clodoaldo
2006/12/27, Devrim GUNDUZ <[EMAIL PROTECTED]>: Hi, On Wed, 2006-12-27 at 13:07 -0200, Clodoaldo wrote: > FC5 wxGTK 2.8.0 How did you install wx on FC5? From source. Not sure if it does answer your question or if you want details on source install. I don't remember if there was anything spe

Re: [pgadmin-support] 1.7.0 SQL Pane top bar merging with the

2006-12-27 Thread Devrim GUNDUZ
Hi, On Wed, 2006-12-27 at 13:07 -0200, Clodoaldo wrote: > FC5 wxGTK 2.8.0 How did you install wx on FC5? Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting C

[pgadmin-support] 1.7.0 SQL Pane top bar merging with the Object browser horizontal scroll bar

2006-12-27 Thread Clodoaldo
When I drag the SQL Pane top bar up beyond a certain point it merges with the object browser horizontal bar scroll and both become invisible. 88 KB: http://fahstats.com/img/pgadmin_bug4.png FC5 wxGTK 2.8.0 Gnome desktop. Don't know if this is a bug or is by design. Regards, -- Clodoaldo Pinto N

Re: [pgadmin-support] 1.6.1 and 1.7.0 rendering bug

2006-12-27 Thread Clodoaldo
2006/12/27, Dave Page <[EMAIL PROTECTED]>: Clodoaldo wrote: > I'm not sure what you mean by "resize that row". Adjust the height of it so it is able to show multiple lines of text. You might not be able to - I'm just curious. No, I'm not able to adjust the row height. Regards, -- Clodoaldo Pi

Re: Re : [pgadmin-support] PG Admin on the command line = pg_dump

2006-12-27 Thread Dave Page
Laurent ROCHE wrote: Hi, I am puzzled why when I use pg_dump I get a script with INTEGER and SEQUENCE and when you (i.e. PG Admin) use pg_dump you get a script with SERIAL ? Do you pass extra undocumented options to pg_dump ? What version of pg_dump do you use in PG Admin III 1.6.1 ? (I have u

Re: [pgadmin-support] 1.6.1 and 1.7.0 rendering bug

2006-12-27 Thread Dave Page
Clodoaldo wrote: I'm not sure what you mean by "resize that row". Adjust the height of it so it is able to show multiple lines of text. You might not be able to - I'm just curious. Regards, Dave. ---(end of broadcast)--- TIP 7: You can help su

Re : [pgadmin-support] PG Admin on the command line = pg_dump

2006-12-27 Thread Laurent ROCHE
Hi, I am puzzled why when I use pg_dump I get a script with INTEGER and SEQUENCE and when you (i.e. PG Admin) use pg_dump you get a script with SERIAL ? Do you pass extra undocumented options to pg_dump ? What version of pg_dump do you use in PG Admin III 1.6.1 ? (I have used 8.1 and 8.2 with th

Re: [pgadmin-support] PG Admin on the command line = pg_dump

2006-12-27 Thread Raymond O'Donnell
On 26 Dec 2006 at 17:42, Laurent ROCHE wrote: > pg_dump command: it does the job BUT not correctly for me as it does > not create SERIAL column but INTEGER and then it creates SEQUENCES (I This is correct - SERIAL isn't a "real" data type, but rather a shortcut that creates an integer column wit

Re: [pgadmin-support] 1.6.1 and 1.7.0 rendering bug

2006-12-27 Thread Clodoaldo
2006/12/27, Dave Page <[EMAIL PROTECTED]>: Clodoaldo wrote: > 2006/12/23, Clodoaldo <[EMAIL PROTECTED]>: >> When a function is selected in the object browser the function's >> create script is shown in the properties tab meshed with the >> properties values. >> >> This happens in both 1.6.1 and 1

Re: [pgadmin-support] PG Admin on the command line = pg_dump

2006-12-27 Thread Dave Page
Laurent ROCHE wrote: Hi, I would like to automate the generation of a backup script of a schema (which I used to perform with PG Admin backup command). I looked into pg_dump command: it does the job BUT not correctly for me as it does not create SERIAL column but INTEGER and then it creates SE

Re: [pgadmin-support] 1.6.1 and 1.7.0 rendering bug

2006-12-27 Thread Dave Page
Clodoaldo wrote: 2006/12/23, Clodoaldo <[EMAIL PROTECTED]>: When a function is selected in the object browser the function's create script is shown in the properties tab meshed with the properties values. This happens in both 1.6.1 and 1.7.0 with wxGTK 2.8.0. It did not happen in 1.4.x with wxG

Re: [pgadmin-support] How about considering switch to cmake

2006-12-27 Thread Dave Page
Massimo Fidanza wrote: Hi all, in the past I try to use auto hell and I found it very hard to hack, now I'm developing a plugin for kate (KDE advanced editor) and I discover the simplicity of cmake. CMake as auto hell is cross platform and has a very simple and clean syntax, and the script are