All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.changelogs.postgresql.createProcedure.txt Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE OR REPLACE PROCEDURE test_procedure()
LANGUAGE 'plpgsql'
AS $$
BEGIN
END;
$$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy