jooq/jOOQ-examples
Roland Weisleder 63588967b9 Sakila/PostgreSQL: Don't fail if language plpgsql already exists
When using the Sakila DB with the Docker image postgres:12.1 the
initialisation fails with:
  ERROR:  language "plpgsql" already exists

With PostgreSQL 8.4 (see [1]) and earlier it was only possible to
execute:
  CREATE [ PROCEDURAL ] LANGUAGE name

Starting with PostgreSQL 9.0 (see [2]) it is possible to execute:
  CREATE [ OR REPLACE ] [ PROCEDURAL ] LANGUAGE name

This commit makes the SQL script incompatible with PostgreSQL 8.4
and earlier.

[1] https://www.postgresql.org/docs/8.4/sql-createlanguage.html
[2] https://www.postgresql.org/docs/9.0/sql-createlanguage.html
2019-12-26 13:15:17 +01:00
..
Benchmarks Added ALTER SYSTEM FLUSH commands to Oracle benchmark scripts 2017-11-22 11:34:58 +01:00
jOOQ-academy [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-checker-framework-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-flyway-ddl-example [jOOQ/jOOQ#9272] Avoid fully qualified class references when possible 2019-12-20 11:19:04 +01:00
jOOQ-flyway-example Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00
jOOQ-javaee-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-javafx-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-jpa-example [jOOQ/jOOQ#9272] Avoid fully qualified class references when possible 2019-12-20 11:19:04 +01:00
jOOQ-jpa-example-entities [jOOQ/jOOQ#9578] Upgrade Hibernate dependency to 5.4.9.Final 2019-11-20 15:27:45 +01:00
jOOQ-kotlin-example [jOOQ/jOOQ#9272] Avoid fully qualified class references when possible 2019-12-20 11:19:04 +01:00
jOOQ-oracle-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-spark-chart-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-spark-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-spring-boot-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-spring-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
jOOQ-spring-guice-example [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files 2019-11-13 12:27:07 +01:00
Sakila Sakila/PostgreSQL: Don't fail if language plpgsql already exists 2019-12-26 13:15:17 +01:00
pom.xml Release: Update version of jOOQ-examples/pom.xml 2019-08-30 07:46:59 +02:00