Обсуждение: Remove unnecessary use of PROCEDURAL

Поиск
Список
Период
Сортировка

Remove unnecessary use of PROCEDURAL

От
Peter Eisentraut
Дата:
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

Вложения

Re: Remove unnecessary use of PROCEDURAL

От
Peter Eisentraut
Дата:
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