Re: pgAdmin Funciton Code - Mailing list pgadmin-support

From Raymond O'Donnell
Subject Re: pgAdmin Funciton Code
Date
Msg-id 456CB301.20811.EF74C@rod.iol.ie
Whole thread Raw
In response to pgAdmin Funciton Code  ("kenp" <kpriest@rm.com>)
Responses Re: pgAdmin Funciton Code  ("Raymond O'Donnell" <rod@iol.ie>)
List pgadmin-support
On 28 Nov 2006 at 8:45, kenp wrote:

>     SELECT INTO
>        "pCentreGroupPolicyID"

Don't you need to declare pCentreGroupPolicyID first? - 

.....etc....
$body$
declarepCentreGroupPolicyID bigint;
begin......etc....

This would cause the function not to run......what error message did 
you get?

--Ray.


----------------------------------------------------------------------

Raymond O'Donnell
Director of Music, Galway Cathedral, Galway, Ireland
rod@iol.ie
----------------------------------------------------------------------




pgadmin-support by date:

Previous
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: Running backups with jobs
Next
From: "Raymond O'Donnell"
Date:
Subject: Re: pgAdmin Funciton Code