Author: dpage
Date: 2009-03-12 08:11:42 + (Thu, 12 Mar 2009)
New Revision: 7683
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7683&view=rev
Log:
Bump version number ready for the first 1.10 beta. Yay :-)
Modified:
trunk/pgadmin3/pgadmin/include/version.h
--
Sent
Hi Dave,
Please find the patch for the Dependency bug.
--
Regards,
Ashesh Vashi
EnterpriseDB INDIA: http://www.enterprisedb.com
Index: schema/pgObject.cpp
===
--- schema/pgObject.cpp (revision 7671)
+++ schema/pgObject.cpp (working
Ashesh Vashi a écrit :
> Hi Dave,
>
> Please find the patch for the Dependency bug.
>
I just checked this patch. I find disturbing that it finds a dependency
to a nextval function instead of a dependency to the sequence. Moreover,
the first table has two dependencies : on the sequence and on the
Hi Guillaume,
Thanks for reviewing the patch.
Guillaume Lelarge wrote:
Ashesh Vashi a écrit :
Hi Dave,
Please find the patch for the Dependency bug
I just checked this patch. I find disturbing that it finds a dependency
to a nextval function instead of a dependency to the sequence. Moreover,
Ashesh Vashi a écrit :
> Hi Guillaume,
>
> Thanks for reviewing the patch.
>
> Guillaume Lelarge wrote:
>> Ashesh Vashi a écrit :
>>> Hi Dave,
>>>
>>> Please find the patch for the Dependency bug
>> I just checked this patch. I find disturbing that it finds a dependency
>> to a nextval function i
wow - Thanks.
I think - this gives me enough idea to work on.
Guillaume Lelarge wrote:
Ashesh Vashi a écrit :
Hi Guillaume,
Thanks for reviewing the patch.
Guillaume Lelarge wrote:
Ashesh Vashi a écrit :
Hi Dave,
Please find the patch for the Dependency bug
I just c
On Thu, Mar 12, 2009 at 10:06 AM, Ashesh Vashi
wrote:
> wow - Thanks.
> I think - this gives me enough idea to work on.
Good to see you two figuring this out - I love it when a plan comes together :-p
I'm going to go on and prepare the beta. This bug has been around for
years and never got notic
Author: dpage
Date: 2009-03-12 10:27:08 + (Thu, 12 Mar 2009)
New Revision: 7684
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7684&view=rev
Log:
Re-label the dev docs.
Modified:
trunk/www/docs/menu.php
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@pos
Hi,
My intend is to translate pgAdmin's manual in french during 1.10 beta. I
have two questions about this:
* can I use the svn repo to store the french manual (a good location
would be docs/fr_FR)?
* will we put the translation on pgadmin.org website? I have another
possibility (docs.postgr
On Thu, Mar 12, 2009 at 10:43 AM, Guillaume Lelarge
wrote:
> Hi,
>
> My intend is to translate pgAdmin's manual in french during 1.10 beta. I
> have two questions about this:
>
> * can I use the svn repo to store the french manual (a good location
> would be docs/fr_FR)?
Yes - that's what that l
Author: dpage
Date: 2009-03-12 10:57:41 + (Thu, 12 Mar 2009)
New Revision: 7685
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7685&view=rev
Log:
Get the dependency DLLs from the PostgreSQL directory.
Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
--
Sent via
Author: dpage
Date: 2009-03-12 11:29:47 + (Thu, 12 Mar 2009)
New Revision: 7686
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7686&view=rev
Log:
Fix installer version number
Modified:
trunk/pgadmin3/pkg/win32/Installer.vcproj
--
Sent via pgadmin-hackers mailing li
Hi,
Attached to this email, a patch that fixes a few spelling or typo
mistakes in pgScript documentation.
Best regards,
Mickael
pgscript-doc.patch
Description: Binary data
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://ww
Dave Page a écrit :
> On Thu, Mar 12, 2009 at 10:43 AM, Guillaume Lelarge
> wrote:
>> Hi,
>>
>> My intend is to translate pgAdmin's manual in french during 1.10 beta. I
>> have two questions about this:
>>
>> * can I use the svn repo to store the french manual (a good location
>> would be docs/fr
Author: dpage
Date: 2009-03-12 13:27:33 + (Thu, 12 Mar 2009)
New Revision: 7687
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7687&view=rev
Log:
Added:
tags/REL-1_10_0-BETA1/
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make change
Author: dpage
Date: 2009-03-12 13:29:06 + (Thu, 12 Mar 2009)
New Revision: 7688
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7688&view=rev
Log:
Tag 1.10.0 beta 1
Added:
tags/REL-1_10_0-BETA1/pgadmin3/
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@post
On Thu, Mar 12, 2009 at 1:40 PM, Levente Torok wrote:
> On Wednesday 11 March 2009, you wrote:
>
>> It can - basically pgAdmin is waiting until the connection attempt
>> times out (the length of which is not controlled by pgAdmin). I just
>> tested on CentOS here, and it took 4 minutes to timeout.
On Wednesday 11 March 2009, you wrote:
> It can - basically pgAdmin is waiting until the connection attempt
> times out (the length of which is not controlled by pgAdmin). I just
> tested on CentOS here, and it took 4 minutes to timeout.
Well, I don't think there could be any any reason for holdi
2009/3/11 Dave Page :
> On Wed, Mar 11, 2009 at 5:51 PM, Mickael Deloison wrote:
>> 2009/3/11 Dave Page :
>>> Testing on Windows, it fails the first tests I try :-(
>>>
>>> select * from missing_table
>>>
>>> I get no error message at all. If I enter garbage, I just get the following:
>>>
>>> 1.0:
Author: dpage
Date: 2009-03-12 14:37:35 + (Thu, 12 Mar 2009)
New Revision: 7689
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7689&view=rev
Log:
Fix missing includes which broke the generated tarballs
Modified:
trunk/pgadmin3/pgadmin/include/dlg/module.mk
trunk/
Author: dpage
Date: 2009-03-12 14:46:40 + (Thu, 12 Mar 2009)
New Revision: 7690
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7690&view=rev
Log:
Fix missing includes which broke the generated tarballs
Modified:
tags/REL-1_10_0-BETA1/pgadmin3/pgadmin/include/dlg/mod
I've uploaded beta 1 in source, win32 and OSX formats to
http://developer.pgadmin.org/ftp/release/v1.10.0-beta1/. Please
download and sanity check before I announce more widely tomorrow! If
someone can generate some RPMs (Devrim? :-) ) that would be most
helpful.
Note that as our development serve
As beta 1 is nearly out of the door, I would like to write a visual tour
on this release. Something like the XFCE 4.6 visual tour, right there:
http://www.xfce.org/about/tour
Is someone already working on this?
(ps: I will need someone to help me fix my bad english)
--
Guillaume.
http://www
On Thu, Mar 12, 2009 at 3:12 PM, Levente Torok wrote:
> I was just assuming that pgmin is checking if servers are alive at the startup
> but since it didn't start up in reasonable time I haven't use it forawhile
> so I forget
> that it is not likely doing anything since additional click is need
On Thursday 12 March 2009, you wrote:
> On Thu, Mar 12, 2009 at 1:40 PM, Levente Torok wrote:
> > On Wednesday 11 March 2009, you wrote:
> >
> >> It can - basically pgAdmin is waiting until the connection attempt
> >> times out (the length of which is not controlled by pgAdmin). I just
> >> tested
On Thu, Mar 12, 2009 at 3:24 PM, Levente Torok wrote:
> Hi Dave,
>
> This is the first step you suggested:
> LogLevel=4 helped:
>
> EDB pg_restore:
> 2009-03-12 16:19:56 INFO : Using embedded XRC data.
> 2009-03-12 16:19:58 ERROR : can't open file
> '/home/lev/.local/share/applications/Scilab
On Thu, Mar 12, 2009 at 3:26 PM, Guillaume Lelarge
wrote:
> As beta 1 is nearly out of the door, I would like to write a visual tour
> on this release. Something like the XFCE 4.6 visual tour, right there:
> http://www.xfce.org/about/tour
That'd be cool - though perhaps one feature per-page.
>
Hi Dave,
This is the first step you suggested:
LogLevel=4 helped:
EDB pg_restore:
2009-03-12 16:19:56 INFO : Using embedded XRC data.
2009-03-12 16:19:58 ERROR : can't open file
'/home/lev/.local/share/applications/Scilab 5.0.desktop' (error 13: Permission
denied)
-rw--- 1 root root 2
Author: dpage
Date: 2009-03-12 16:50:36 + (Thu, 12 Mar 2009)
New Revision: 7691
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7691&view=rev
Log:
pgScript doc updates. [Mickael Deloison]
Modified:
trunk/pgadmin3/pgadmin/pgscript/README
trunk/pgadmin3/xtra/pgscript
On Thu, Mar 12, 2009 at 11:53 AM, Mickael Deloison wrote:
> Hi,
>
> Attached to this email, a patch that fixes a few spelling or typo
> mistakes in pgScript documentation.
Thanks - applied.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
--
Sent via pgadmin-hackers mailing list
Author: dpage
Date: 2009-03-12 17:27:31 + (Thu, 12 Mar 2009)
New Revision: 7692
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7692&view=rev
Log:
pgScript update - ensure that we get a useful error message if the user
attempts to execute an SQL statement that isn't termi
On Thu, Mar 12, 2009 at 1:56 PM, Mickael Deloison wrote:
> Hi Dave,
>
> Attached to this email, a patch that prints an error when statements
> are not ended with a semi-colon or when the end of file in encountered
> whereas a string is not ended. For example
> SELECT 1
> PRINT 'Hi
> SELECT $A$ ab
On Thu, 2009-03-12 at 15:09 +, Dave Page wrote:
> I've uploaded beta 1 in source, win32 and OSX formats to
> http://developer.pgadmin.org/ftp/release/v1.10.0-beta1/. Please
> download and sanity check before I announce more widely tomorrow! If
> someone can generate some RPMs (Devrim? :-) ) tha
It was generated on a mac (which is basically bsd), but it should be
ascii. What does it look like if u cat it?
On 3/12/09, Devrim GÜNDÜZ wrote:
> On Thu, 2009-03-12 at 15:09 +, Dave Page wrote:
>> I've uploaded beta 1 in source, win32 and OSX formats to
>> http://developer.pgadmin.org/ftp/re
Hi Dave,
On Thu, 2009-03-12 at 20:50 +, Dave Page wrote:
> It was generated on a mac (which is basically bsd), but it should be
> ascii. What does it look like if u cat it?
Hard to define :) A binary file with ascii footprints :)
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.o
On Thu, Mar 12, 2009 at 8:58 PM, Devrim GÜNDÜZ wrote:
> Hi Dave,
>
> On Thu, 2009-03-12 at 20:50 +, Dave Page wrote:
>
>> It was generated on a mac (which is basically bsd), but it should be
>> ascii. What does it look like if u cat it?
>
> Hard to define :) A binary file with ascii footprints
On Thu, 2009-03-12 at 21:10 +, Dave Page wrote:
> Looks fine here on a Linux box:
Ok, per IM conversation and various tests with Dave, we figured out that
it was nano's fault for some reason.
Sorry for the noise.
Cheers,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devri
2009/3/10 Magnus Hagander :
> Applied. I hand-merged the pgsParameterException stuff in with my
> existing patch instead of using yours directly, so feel free to point
> out any mistake I made there :-)
>
Hi,
You forgot to remove two characters (">>") in the exception message.
The atch that fixes
Dear Levente, Dave, List,
here are patches with only the sample code of quick search.
I did not attached any backtrace, because there are several points,
where the program can suffer from segfault at my quick search, exactly
operations with original Object browser. Please do a second search,
don't
39 matches
Mail list logo