Re: Create table and update it within one function ? - Mailing list pgsql-novice

From Arnaud Lesauvage
Subject Re: Create table and update it within one function ?
Date
Msg-id 43E3669A.5010607@freesurf.fr
Whole thread Raw
In response to Re: Create table and update it within one function ?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
A. Kretschmer a écrit :
 > > You should better use 'perform' instead 'select' in this
function,
 > > and execute 'UPDATE graph_e ...';

Andreas, it works great !
Thanks for your help *again* !

Regards
--
Arnaud



pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Create table and update it within one function ?
Next
From: Tom Lane
Date:
Subject: Re: How do I interpret the data returned from a DeadLock-Exception?(Java)