Merge pull request #9700 from rweisleder/sakila-postgres-fix
Sakila/PostgreSQL: Don't fail if language plpgsql already exists
This commit is contained in:
commit
8c225c4501
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user