Remove unnecessary use of PROCEDURAL
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
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