Re: pl/pgsql function not working

From: Tom Jenkins <tjenkins(at)devis(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pl/pgsql function not working
Date: 2002-06-19 18:11:30
Message-ID: 1024510291.711.80.camel@asimov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Masaru Sugawara, Darren Ferguson,

On Wed, 2002-06-19 at 11:35, Masaru Sugawara wrote:
> Try here instead of PERFORM.
>
> EXECUTE ''update '' || obj.relname || '' set lastaccess = NULL;'';

this works. thank you folks.

--

Tom Jenkins
Development InfoStructure
http://www.devis.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-06-19 18:24:08 Re: circular REFERENCES
Previous Message Darren Ferguson 2002-06-19 17:59:05 Re: pl/pgsql function not working