Re: Store procedure -------------- !!!!!!!!!!!!!! URGENTE """""""""""""""

From: javier wilson <javier(dot)wilson(at)gmail(dot)com>
To: Adelson - Informática <informatica(dot)adelson(at)ltalta(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Store procedure -------------- !!!!!!!!!!!!!! URGENTE """""""""""""""
Date: 2005-02-23 18:14:06
Message-ID: da884c20050223101476a012d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i guess you can create a simple sql function:
http://www.postgresql.org/docs/8.0/interactive/xfunc-sql.html
or more complex pl/pgsql functions
http://www.postgresql.org/docs/8.0/interactive/xplang.html

On Tue, 22 Feb 2005 14:37:21 -0300, Adelson - Informática
<informatica(dot)adelson(at)ltalta(dot)com(dot)br> wrote:
>
> Por favor gostaria de saber como utilizo store procedure no postgre ...
>
> não quero retornar valor , apenas que o banco de dados me execute uma
> instrução ...
>
> Exemplo : insert into cliente (cnp,nom) values ( '21231231','CLIENTE TESTE')
>
> sem mais,
>
> Adelson
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-23 18:18:41 Re: reltuples < # of rows
Previous Message Ken Johanson 2005-02-23 17:53:36 Rephrased: Possible to run the server without backslash (C-style) escaping?