Re: [pgadmin-support] Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite

2017-03-10 Thread Attila Soki
gt; Thanks. > > On Fri, Mar 10, 2017 at 9:54 AM, Attila Soki wrote: >> Hi Maciek, >> >> yes it is the same problem. (libssl signature and deployment target). >> then i have to use v1.1 (or V3) (no time to update my os right now..) >> >> thank you >> At

Re: [pgadmin-support] Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite

2017-03-10 Thread Attila Soki
thread: > http://www.postgresql-archive.org/Re-Mac-OS-X-error-for-pgAdmin-4-1-2-td5944865.html > I suggest you upgrade your OS. > > Thank you, > Kind Regards > ~Maciek > On 10 March 2017 at 10:26, Attila Soki wrote: > Hi, > > i updated pgadmin4 from v1.1 to v1.2. &

[pgadmin-support] Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite

2017-03-10 Thread Attila Soki
Hi, i updated pgadmin4 from v1.1 to v1.2. after starting the v1.2 app, a small blue pgadmin banner appears (pgadmin Management tool), when this vanished, a somewhat bigger window opens and displays an error message: the website is not available ERR_CONNECTION_REFUSED a bit later an another er

[pgadmin-support] pgadmin4 rc1 query tool performance

2016-09-06 Thread Attila Soki
Hi, i testing pgadmin4 (rc1) and noticed that the query tool is significantly slower than the query tool in pgadmin3. i am not sure if this occurs only on my computer or only under os x (10.10.5) or is this a known behavior. how to repeat: create table test1 (a int, t text); insert into test1

[pgadmin-support] pgAdmin4, mac keyboard sortcuts

2016-08-17 Thread Attila Soki
hi, i currently playing with pgadmin4 beta 4 on os x 10.10.5 and noticed that the query tool does not understands the standard mac keyboard shortcuts like "go to the end of the line", "go to the begin of the line", etc.. for me, this was distracting in pgadmin 3 and i was hoping that this would

[pgadmin-support] pgAdmin4, how to customize sql panel font size

2016-08-16 Thread Attila Soki
Hi, i installed pgAdmin4 Beta 4 on OSX 10.10.5 thanks for the rewrite, it looks really good :) one little thing, i am not sure if this only on my mac, but for my taste the font size of the SQL panel is a bit too big, approx 16pt is there a way to customize it? I would prefer the same font size a

[pgadmin-support] pgadmin1.20 always crashing on os x 10.6.8

2014-12-24 Thread Attila Soki
hi, i am unable to start pgadmin 1.20 on os x 10.6.8. it crashes immediately after the double click. pgadmin version: 1.20 (Released Dec. 19, 2014, 11:25 a.m., 14.8 MB) the crashreport: Process: launchd [16577] Path: /Users/REDACTED/Progs/Progs/pgAdmin3.app/Contents/MacOS/pg

[pgadmin-support] Crash in explain window (1.20.0-beta1)

2014-09-17 Thread Attila Soki
Hi, pgadmin crashing in the explain window when clicking between the tooltip an the explained item. how to repeat: 1. open a database connection and select a database 2. open the query tool (CMD-E) 3. type a query into the query window. for example: select 1; 4. execute the query with explain (

Re: [pgadmin-support] frequent crash in explain analyze window

2014-02-26 Thread Attila Soki
Am 25.02.2014 um 16:29 schrieb Attila Soki: > pgadmin crashes frequently in the graphical explain analyze window. > Unfortunately i can't explain how to repeat, it occurs suddenly approx. at > every 5th request or mouseover. i can now repeat the crash: 1. open pgadmin3 2. connect

[pgadmin-support] frequent crash in explain analyze window

2014-02-25 Thread Attila Soki
..? Unfortunately i can't explain how to repeat, it occurs suddenly approx. at every 5th request or mouseover. Thanks, Attila Soki Postgresql server version is 9.3.3 PGAdmin: http://ftp.postgresql.org/pub/pgadmin3/release/v1.18.1/osx/pgadmin3-1.18.1.dmg here is a crash report: Process: pgAdmin3

[pgadmin-support] Foreign key match is unknown when using with postgresql 9.3b2

2013-08-15 Thread Attila Soki
hi, when used with postgresql 9.3, pgadmin shows in table definition ... CONSTRAINT xy_fkey FOREIGN KEY (xy_id) REFERENCES tablename (xy_id) MATCH Unknown insead of MATCH SIMPLE before 9.3 for MATCH SIMPLE was confmatchtype=u since postgresql 9.3 is confmatchtype=s cheers, Attila Soki