Re: [pgadmin-support] Rights for pgadmin3

2011-09-04 Thread Peter Geoghegan
abase in the pgadmin > panel, pgadmin3 crached. > If I do the same with the root user, everything work fine. > How can I do for preventing pgadmin3 from crashing under a current user? I suggest that you open PgAdmin3 from an xterm, and see if there are any useful error messages.

Re: [pgadmin-support] Query regarding Infinite Cache

2011-08-05 Thread Peter Geoghegan
ake a pg_hba.conf entry for the machine you'll be connecting from. 2) Set listen_addresses to listen on some IP or '*', rather than just on localhost. 3) Possibly make a new firewall rule. I hope that helps -- Peter Geoghegan       http://www.2ndQuadrant.com/ PostgreSQL Developmen

Re: [pgadmin-support] SQL Editor fail

2011-05-12 Thread Peter Geoghegan
, and then when triggering the problem, as each breakpoint is hit, disable them one-by-one, until you see the error again, at which point you re-enable the most recently disabled breakpoint. You are now near to the problem. Sorry if that's obvious - I can't really tell. -- Peter G

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-22 Thread Peter Geoghegan
if I get a chance later. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] possible memory leak in Server Status window

2011-02-12 Thread Peter Geoghegan
By the way, there is a macro based smart pointer class in wx 2.8, but that sounds like quite a bit more trouble than it's worth. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresq

Re: [pgadmin-support] possible memory leak in Server Status window

2011-02-12 Thread Peter Geoghegan
delete in each of the many exit points of the code. > > See also http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization "Resource Acquisition is Initialization" is a terrible name. Some people call it "scope bound resource management", which makes a lot m

Re: [pgadmin-support] possible memory leak in Server Status window

2011-02-11 Thread Peter Geoghegan
le way to avoid a deep copy when returning from a function without using C++0x's rvalue references. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] possible memory leak in Server Status window

2011-02-11 Thread Peter Geoghegan
problem on some more exotic platforms, and we'd have to make autotools detect if it was available and possibly error if it wasn't. Alternatively we could abandon pointer semantics and write our own RAII wrapper class. This would be a large patch. -- Regards, Peter Geoghegan -- S

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
was running in an infinite loop. Actually, I was just seeing it build every variation in turn...I must have seen at least 4 or 5 runs of a configure script, which sort of threw me off. I have run the script through to completion now, and have successfully built pgadmin3, with --enable-debug. Th

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
/pgadmin3> whereis wx-config wx-config: /usr/local/bin/wx-config pe...@linux-peter-home:~/pgadmin3> wx-config --list Default config is gtk2-unicode-debug-2.8 Default config will be used for output Alternate matches: gtk2-ansi-debug-2.8 Where does this leave me? -- Re

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
claim to be suitable for any purpose. Read the wxWidgets Licence on licencing conditions. -- I've run ldconfig. However, the LD_LIBRARY_PATH environment variable is not set. -- Regards, Peter Geoghegan -- Sent via pgadmin-support

[pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
ed --enable-debug). How can I build pgadmin3 with debug and release builds? -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] BUG: CEST FATAL: unrecognized configuration parameter "application_name"

2010-10-15 Thread Peter Geoghegan
ll 8.2.18, this problem will go away, but it probably isn't much of a problem anyway. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pgadmin III 1.12

2010-10-03 Thread Peter Geoghegan
Have you tried installing a -devel package for Wx-Widgets? -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pgadmin III 1.12

2010-10-03 Thread Peter Geoghegan
the dependencies might be a little bit tricky. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] Help

2010-09-29 Thread Peter Geoghegan
Try disabling any anti-virus software that you may have installed recently. Sometimes, that can interact with PG (and other DB servers) in unpredictable ways. -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-27 Thread Peter Geoghegan
, 7500, 't') as test7500, lpad('test', 75000, 't') as test75000, > lpad('test', 1, 't') as test1 > > For me, I see "tt" in the (non-resized) test75, test750, > test7500, and test1 columns, but the test

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-27 Thread Peter Geoghegan
out copying it? Could you possibly produce a test case? -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] Apparent bug in 1.10.3 - refreshing functions within the object browser causes them to disappear

2010-06-02 Thread Peter Geoghegan
> > OK, the bug should be fixed now. You can check that on pgAdmin 1.12beta > when it'll be out. Great, thanks -- Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresq

[pgadmin-support] Apparent bug in 1.10.3 - refreshing functions within the object browser causes them to disappear

2010-05-28 Thread Peter Geoghegan
sitive. Are you aware of this problem? I only took a cursory glance at the recent mailing list archives. Regards, Peter Geoghegan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support