Re: How to run a procedure

From: Scott Marlowe <scott(dot)marlowe(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:31:11
Message-ID: dcc563d10903191131q293b4380p9357e011c860906c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 19, 2009 at 12:11 PM, jc_mich <juan(dot)michaca(at)paasel(dot)com> wrote:
>
> 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.

select myfunction(arg1, arg2);

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-03-19 18:45:24 Re: Multiple natural joins
Previous Message Pavel Stehule 2009-03-19 18:30:59 Re: How to run a procedure