[pgadmin-support] PgAdmin Crash Dialog

2014-08-29 Thread Leonard Boyce
Platform: Ubuntu Linux Trusty x64 Language: en_us Window Manager: KDE Distribution: deb from apt.postgresql.org Version: 1.18.1 Event: Crash dialog when right clicking a collapsed PgAdmin window in Task panel Replication Steps: Unable to replicate ASSERT INFO: ../src/common/wincmn.cpp(478): asser

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-08-29 Thread Leonard Boyce
est this is a > wxWidgets bug. There are a few weird assertions that tend to fail in > wx, but will work in a release build with no problems, so you may want > to try to use a release instead of debug build. > > On Fri, Aug 29, 2014 at 4:24 PM, Leonard Boyce > wrote: >&

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-08-29 Thread Leonard Boyce
Hi Dave, Sorry to say, no symbols in the pgadmin3 binary or any of the wx libs. Guess I'll just have to hope it does not happen again. Thanks, Leonard On Fri, Aug 29, 2014 at 11:41 AM, Dave Page wrote: > Hi > > On Fri, Aug 29, 2014 at 4:35 PM, Leonard Boyce > wrote: >&g

Re: [pgadmin-support] all useful options disabled in the Import dialog

2015-01-09 Thread Leonard Boyce
Hi Joe, Did you select 'csv' as the format in 'File Options'? If 'text' is selected the options you're referring to are disabled it seems. Leonard On Fri, Jan 9, 2015 at 11:17 AM, Joe Strout wrote: > I'm trying to import a CSV file on my local machine, to a pgsql database > running on a server.

Re: [pgadmin-support] Bug report - Version 1.20.0 REL-1_20_0

2015-02-25 Thread Leonard Boyce
Hi Dave, Definitely looks like a bug. Using the '{}'::character varying[] format for the array seems to work fine though. Example; CREATE OR REPLACE FUNCTION ng_research.test( filter_param json, prefix_param character varying DEFAULT 'attributes'::character varying, column_prefixes ch

Re: [pgadmin-support] How can I test a function in the SQL window?

2015-04-02 Thread Leonard Boyce
On Thu, Apr 2, 2015 at 1:17 PM, David G. Johnston wrote: > On Thu, Apr 2, 2015 at 10:02 AM, Rob Richardson > wrote: >> >> Hello! >> >> >> >> I suddenly find myself stumped. A co-worker gave me a function to use in >> my database, but it doesn’t seem to be doing anything. So, I wanted to run >>

Re: [pgadmin-support] pgagent hangs forever in "r" state

2015-07-22 Thread Leonard Boyce
Just chiming in quickly, We experienced exactly the same behavior with pg 9.4. It was consistent across the 18 database servers that we upgraded from 9.3 to 9.4. A job would complete successfully, and then just remain in 'running' state. We tried purging and re-installing pg and pgadmin/agent cl