Remove unnecessary use of PROCEDURAL

Started by Peter Eisentrautabout 7 years ago2 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

I propose the attached patch to remove some unnecessary, legacy-looking
use of the PROCEDURAL keyword before LANGUAGE. We mostly don't use this
anymore, so some of these look a bit old.

There is still some use in pg_dump, which is harder to remove because
it's baked into the archive format, so I'm not touching that.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachments:

0001-Remove-unnecessary-use-of-PROCEDURAL.patchtext/plain; charset=UTF-8; name=0001-Remove-unnecessary-use-of-PROCEDURAL.patch; x-mac-creator=0; x-mac-type=0Download+30-33
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Peter Eisentraut (#1)
Re: Remove unnecessary use of PROCEDURAL

On 2019-02-20 15:39, Peter Eisentraut wrote:

I propose the attached patch to remove some unnecessary, legacy-looking
use of the PROCEDURAL keyword before LANGUAGE. We mostly don't use this
anymore, so some of these look a bit old.

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services