Re: How to run a procedure

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: jc_mich <juan(dot)michaca(at)paasel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to run a procedure
Date: 2009-03-19 18:30:59
Message-ID: 162867790903191130o1246ac7am71567a50ddb60185@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello

2009/3/19 jc_mich <juan(dot)michaca(at)paasel(dot)com>:
>
> Hi all
>
> I'm new developing procedures in PL/PGSQL. I'm using Query Tool as code
> editor, but execute query button only mark sintax errors and I want to run
> my application.
>
> How can I test my function?
>

write
select nameofyourfunctions(parameters);

regards
Pavel Stehule

> Thanks!
> --
> View this message in context: http://www.nabble.com/How-to-run-a-procedure-tp22606191p22606191.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-03-19 18:31:11 Re: How to run a procedure
Previous Message jc_mich 2009-03-19 18:11:05 How to run a procedure