]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1820339: Vandelay Imports on Pg 10 user/dyrcona/lp1820339_pg10_vandelay
authorJason Stephenson <jason@sigio.com>
Thu, 25 Apr 2019 22:11:59 +0000 (18:11 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 25 Apr 2019 22:11:59 +0000 (18:11 -0400)
commit696da114ebe4d54092dbb43fc0ae88e6306eaff2
tree2fd91261814c3329e52bf363199e4e2ffc994007
parent26ba6dfe67b2b9b9048235ed636c1064f8b84dec
LP1820339: Vandelay Imports on Pg 10

The previous commit used a function that only exists in Pg 10, so it
would require everyone to upgrade PostgreSQL.

After some investigation, Ben Shum and I found a method that works on
Pg 9.4 through Pg 10 by putting the existing function into a
subselect as suggested by PostgreSQL documentation.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.lp1820339-pg10-vandelay.sql