Thread

Commits

  1. Remove unnecessary use of PROCEDURAL

  1. Remove unnecessary use of PROCEDURAL

    Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-02-20T14:39:21Z

    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
    
  2. Re: Remove unnecessary use of PROCEDURAL

    Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-02-25T08:20:08Z

    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