Merge pull request #9700 from rweisleder/sakila-postgres-fix

Sakila/PostgreSQL: Don't fail if language plpgsql already exists
This commit is contained in:
Knut Wannheden 2020-01-08 10:49:57 +01:00 committed by GitHub
commit 8c225c4501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ COMMENT ON SCHEMA public IS 'Standard public schema';
-- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: postgres
--
CREATE PROCEDURAL LANGUAGE plpgsql;
CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql;
ALTER PROCEDURAL LANGUAGE plpgsql OWNER TO postgres;

View File

@ -40,6 +40,7 @@ Authors and contributors of jOOQ or parts of jOOQ in alphabetical order:
- Peter Ertl
- Richard Bradley
- Robin Stocker
- Roland Weisleder
- Samy Deghou
- Sander Plas
- Sean Wellington