Re: plpgsql - can't get a simple block to execute

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Walker, Jed S" <Jed_Walker(at)cable(dot)comcast(dot)com>
Cc: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: plpgsql - can't get a simple block to execute
Date: 2005-04-05 20:48:39
Message-ID: 20050405204839.GA27491@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Apr 05, 2005 at 02:34:59PM -0600, Walker, Jed S wrote:
>
> I am on 7.3 because the admins installed it (said it was the only version
> that could find RPMs for, up til now I've not been concerned). The
> production box is going to be 8.0.1 so when that is ready maybe I'll be able
> to do this.
>
> I'll wait until I get 8.0.1 and see what happens.

Just to clarify: you'd have the same problem in later versions of
PostgreSQL -- I was simply noticing that the version you're running
is pretty old and that a lot of other things have been added or
fixed since then. But you'll still have to write a function if you
want to use PL/pgSQL.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Cook, Larry ISC 2005-04-05 20:57:56 Creating DataBases on Suse LINUX Platform
Previous Message Walker, Jed S 2005-04-05 20:34:59 Re: plpgsql - can't get a simple block to execute