Re: How to call a stored procedure in PostgreSQL

From: markw(at)mohawksoft(dot)com
To: "Joost Kraaijeveld" <J(dot)Kraaijeveld(at)Askesis(dot)nl>
Cc: "Pgsql-Odbc" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: How to call a stored procedure in PostgreSQL
Date: 2005-01-20 19:54:05
Message-ID: 16399.24.91.171.78.1106250845.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> Hi all,
>
> How do I call a stored procedure in PostgreSQL? I tried "call
> procedure-name (arg 1, arg2)" but that does not seem to work...

select procedure-name(arg1, arg2);

>
> Groeten,
>
> Joost Kraaijeveld
> Askesis B.V.
> Molukkenstraat 14
> 6524NB Nijmegen
> tel: 024-3888063 / 06-51855277
> fax: 024-3608416
> e-mail: J(dot)Kraaijeveld(at)Askesis(dot)nl
> web: www.askesis.nl
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message laurie.burrow 2005-01-21 09:20:42 Re: Problems with Access XP and text primary keys
Previous Message Greg Campbell 2005-01-20 19:46:30 Re: How to call a stored procedure in PostgreSQL