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

liquibase.harness.generateChangelog.expectedSql.edb-postgres.createProcedure.sql Maven / Gradle / Ivy

The newest version!
CREATE OR REPLACE PROCEDURE public.test_procedure()
 SECURITY DEFINER
AS $procedure$
      BEGIN
      END;
      $procedure$
 LANGUAGE edbspl;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy