Re: Removing WITH clause support in CREATE FUNCTION, for isCachable and isStrict

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-15T09:11:16Z
Lists: pgsql-hackers
> On 15 Jan 2018, at 03:27, Michael Paquier <michael.paquier@gmail.com> wrote:
> 
> Hi all,
> 
> As noticed by Daniel here:
> https://www.postgresql.org/message-id/D5F34C9D-3AB7-4419-AF2E-12F67581D71D@yesql.se

In that thread I proposed a patch to fix this, but I certainly don’t object to
just removing it to make both syntax and code clearer. +1

cheers ./daniel

Commits

  1. Remove the obsolete WITH clause of CREATE FUNCTION.

  2. Extend syntax of CREATE FUNCTION to resemble SQL99.