User Defined Function

From: "Marco Tulio" <anjo(dot)doce(dot)marilia(at)bol(dot)com(dot)br>
To: pgsql-admin(at)postgresql(dot)org
Subject: User Defined Function
Date: 2002-02-18 16:34:06
Message-ID: GRQM0U$IW1tcLYMlwF8Eo9QP931EumNrVfQmkkVcYtV4v3vFBtxC@bol.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

If I create a user defined function, and use it in a
CHECK statment when I create a table, its works fine.

But if I need recreate this function, the table can´t
anymore accept data, because can´t locate the function.

I can´t recreate the table, or I´ll lost data. (ok, I
can make a dump, and recreate , but...) ...

I have another way to use my fuctions to validate datas ?

regards,

Tulio

Marco Tulio
Desenvolvimento de sistemas para Internet


__________________________________________________________________________
Quer ter seu próprio endereço na Internet?
Garanta já o seu e ainda ganhe cinco e-mails personalizados.
DomíniosBOL - http://dominios.bol.com.br

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2002-02-18 18:37:22 Re: User Defined Function
Previous Message Bruce Momjian 2002-02-18 16:10:34 Re: Programming for PostgreSQL