2017 © Pedro Peláez
 

library pgsql-procedures

Dbmover plugin for (re)creating PostgreSQL procedures

image

dbmover/pgsql-procedures

Dbmover plugin for (re)creating PostgreSQL procedures

  • Monday, November 13, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 85 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Dbmover\PgsqlProcedures

DbMover plugin for PostgreSQL-specific procedure (re)creation, (*1)

Installation

$ composer require dbmover/pgsql-procedures
This package is part of the `dbmover/pgsql` meta-package.

Usage

See dbmover/core for general DbMover usage., (*2)

The plugin assumes your statements are at the beginning of a line and do not include the OR REPLACE flag (it's not needed in DbMover anyway). The function definition is considered to end when the plugin encounters "LANGUAGE 'language';" at the end of a line (where "language" is usually 'plpgsql', but may also be any other valid language). Note the single quotes around the language; currently the plugin does not support double quotes., (*3)

Notes

What you use as a delimiter (we usually use $$) doesn't matter., (*4)

Contributing

See dbmover/core., (*5)

The Versions

13/11 2017

dev-master

9999999-dev

Dbmover plugin for (re)creating PostgreSQL procedures

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

13/11 2017

0.6.4

0.6.4.0

Dbmover plugin for (re)creating PostgreSQL procedures

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

16/04 2017

0.6.3

0.6.3.0

Dbmover plugin for (re)creating PostgreSQL procedures

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.6.2

0.6.2.0

Dbmover plugin for (re)creating PostgreSQL procedures

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

10/04 2017

0.6.0

0.6.0.0

Dbmover plugin for (re)creating PostgreSQL procedures

  Sources   Download

MIT

by Marijn Ophorst