Add ability to run tests on postgresql 9.1-9.5

This commit is contained in:
Dan Sosedoff
2016-01-15 12:33:30 -06:00
parent 3af20f9327
commit 9766bb2ed2
4 changed files with 96 additions and 13 deletions

View File

@@ -907,6 +907,8 @@ CREATE FUNCTION "check_book_addition" () RETURNS opaque AS '
CREATE VIEW "stock_view" as SELECT stock.isbn, stock.retail, stock.stock FROM stock;
CREATE MATERIALIZED VIEW "m_stock_view" as SELECT stock.isbn, stock.retail, stock.stock FROM stock;
--
-- TOC Entry ID 30 (OID 3628247)
--