Re: [pgadmin-support] python function

2016-08-17 Thread Ashesh Vashi
On Wed, Aug 17, 2016 at 10:12 PM, Guillermo E. Villanueva < guillermo...@gmail.com> wrote: > I have the next python function: > CREATE OR REPLACE FUNCTION fn_detalle() > RETURNS setof news AS > $$ > myquery=""" > select * > from news > """ > res = plpy.execute(myquery) > return res > $$ > LANGUAGE

[pgadmin-support] python function

2016-08-17 Thread Guillermo E. Villanueva
I have the next python function: CREATE OR REPLACE FUNCTION fn_detalle() RETURNS setof news AS $$ myquery=""" select * from news """ res = plpy.execute(myquery) return res $$ LANGUAGE plpython3u *In pgadmin3 work ok:* [image: Imágenes integradas 1] but in pgadmin4 beta 4 when I try : select * fro

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

2016-08-17 Thread Dave Page
I assume your email was intended to make the point visually? :-) I've made the font size configurable - the change will be in the next release, or is in git now. On Tue, Aug 16, 2016 at 6:00 PM, Melvin Davidson wrote: > > *I concur with Attila, except in Windows 10 the problem is the opposite,

Re: [pgadmin-support] pgAdmin4, mac keyboard sortcuts

2016-08-17 Thread Ashesh Vashi
Attila, On Wed, Aug 17, 2016 at 2:43 PM, Attila Soki wrote: > 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.. > fo

[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