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
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
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,
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
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