Re: Help with CREATE FUNCTION - Mailing list pgsql-novice

From Kip Warner
Subject Re: Help with CREATE FUNCTION
Date
Msg-id 1461002664.4911.62.camel@thevertigo.com
Whole thread Raw
In response to Re: Help with CREATE FUNCTION  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Help with CREATE FUNCTION
List 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


Attachment

pgsql-novice by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Help with CREATE FUNCTION
Next
From: "David G. Johnston"
Date:
Subject: Re: Help with CREATE FUNCTION