Re: Help with CREATE FUNCTION

From: Kip Warner <kip(at)thevertigo(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Sándor Daku <daku(dot)sandor(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Help with CREATE FUNCTION
Date: 2016-04-18 18:04:24
Message-ID: 1461002664.4911.62.camel@thevertigo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, 2016-04-18 at 10:57 -0700, David G. Johnston wrote:
> Begin/end etc only work for pl/pgsql functions.
>
> What version of PostgreSQL?

I'm using 9.4.

> What are these supposed to represent?

They are pre-calculated constants that are part of a more complex
algorithm. I can't submit them when I install the database schema
because they may change later and they make more sense to be provided
as part of the client side application's query.

--
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2016-04-18 18:17:53 Re: Help with CREATE FUNCTION
Previous Message David G. Johnston 2016-04-18 17:58:54 Re: Help with CREATE FUNCTION