when I run with [F5]:
INSERT INTO usuario values('11','USR','GABRIELA','CUESTAS','N');
INSERT INTO usuario values('22','USR','FERNANDO','PELLEGRINI','N');
INSERT INTO usuario values('33','USR','ARIA GUADALUPE','MORALES','N');
INSERT INTO usuario values('44','USR','NILDA ELENA','SAAVEDRA','N');
INSE
2016-08-18 7:44 GMT-03:00 Guillermo E. Villanueva :
>
>
> 2016-08-18 7:28 GMT-03:00 Ashesh Vashi :
>
>> In the home directory of the user, who is running the pgAdmin 4 (unless
>> you've changed that in config.py/config_local.py).
>>
>> On non-windows:
where is the pgadmin4 log?
2016-08-18 0:25 GMT-03:00 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()
>> RE
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
As far as I know this issue is not resolved yet at least in 1.20.0 pgadmin
version and there is not any new version available of this product. Am I
right?
2015-08-11 13:26 GMT-03:00 Alvaro Herrera :
> Ashesh Vashi wrote:
> > On Wed, Apr 1, 2015 at 5:55 PM, Guillermo E. V
What you say is almost the same as I reported
Guillermo Villanueva
2015-04-20 11:45 GMT-03:00 Алексей Лутовинин :
> Hello!
>
> pgAdmin 1.20.0 (Dec 16 2014, rev: REL-1_20_0)
> OS: Windows 7/64.
>
> Create a function that returns a table with a column "col1":
>
> CREATE OR REPLACE FUNCTION myfunc
S.O. client: Windows 7
pgAdmin III: 1.20.0
Server: win/lnx 9.0.13/9.0.5
Guillermo Villanueva
2015-04-01 9:02 GMT-03:00 Ashesh Vashi :
> On Wed, Apr 1, 2015 at 5:18 PM, Guillermo E. Villanueva <
> guillermo...@gmail.com> wrote:
>
>> Hi Dave and pgadmin team, how are you?
&
Hi Dave and pgadmin team, how are you?
First of all I want to thank you for the pgAdmin software, it's great.
I think I detected an error. The explanation Is here:
*In pgAdmin III*
I select one function from the Object browser and I can see source code in
SQL Pane:
[image: Imágenes integradas 1]