Ok. I understand, to put there a pull request, I must to register into this
webpage ??
-Mensaje original-
De: Vladimir Sitnikov [mailto:sitnikov.vladi...@gmail.com]
Enviado el: lunes, 14 de diciembre de 2015 10:53 a.m.
Para: Corradini, Carlos
CC: Kevin Grittner; Adrian Klaver; List
I forgot one more thing ...
The return I made in the stored function is : RETURNS RECORD AS '
Excuse me for the forget ...
-Mensaje original-
De: Kevin Grittner [mailto:kgri...@gmail.com]
Enviado el: viernes, 11 de diciembre de 2015 06:54 p.m.
Para: Corradini, Carlos
CC: A
e been the most clear as my poor level of English could be
Many thanks for all and specially to the postgresql community list !!
-Mensaje original-
De: Kevin Grittner [mailto:kgri...@gmail.com]
Enviado el: viernes, 11 de diciembre de 2015 06:54 p.m.
Para: Corradini, Carlos
CC: Adria
w_bsc.proc_perspectives(character varying, integer,
character varying, character varying, character varying, integer, date) TO
usr_dw_bsc_sys_adm;
GRANT EXECUTE ON FUNCTION dw_bsc.proc_perspectives(character varying, integer,
character varying, character varying, character varying, integer,
diciembre de 2015 12:27 p.m.
Para: Corradini, Carlos; pgsql-j...@postgresql.org;
pgsql-general@postgresql.org
CC: bo...@ejurka.com
Asunto: Re: [GENERAL] [JDBC] plpgsql function with RETURNS SETOF
refcursor in JAVA
On 12/11/2015 07:10 AM, Corradini, Carlos wrote:
> Mr. Adrian, first let me say m
a.m.
Para: Corradini, Carlos; pgsql-j...@postgresql.org;
pgsql-general@postgresql.org
CC: bo...@ejurka.com
Asunto: Re: [GENERAL] [JDBC] plpgsql function with RETURNS SETOF
refcursor in JAVA
On 12/11/2015 04:56 AM, Corradini, Carlos wrote:
> Mr. Adrian, here i transcribe the code of the function
;
select * from dw_bsc.proc_perspectives('R', 1, null, null, null, null,
null);
fetch all from "";
end;
inside the query gui tool provided by pgAdmin III
The connection into the java application was changed to
con.setAutoCommit(false);
I think I do not forget nothing else
Some h
Dear Gurus :
First let me say hello from Buenos Aires, Argentina. I
took this emails addresses from internet ( page www.postgresql.org )
Now I will try to explain which is my problem ( excuse
my poor level of English, please ). I have a Java application that