PostgreSQL: Fix syntax error in page_props index
authorJeff Janes <jeff.janes@gmail.com>
Tue, 29 Apr 2014 18:11:58 +0000 (11:11 -0700)
committerJeff Janes <jeff.janes@gmail.com>
Mon, 5 May 2014 17:14:02 +0000 (10:14 -0700)
commit3fcfced5add14332d14ac8d47de0762105af6c69
tree4b5dfec23077d6d209ffdf3365e8ec8b632a8572
parent0ee355ab4f0bdd1ebe86a4aab925262d18d604cd
PostgreSQL: Fix syntax error in page_props index

Follows up I217c42656fb877ff35a36eb446a22bdaf119faac

That change introduced a syntax error during update.  I have verified
that this fixes the syntax problem so that update.php runs, but have
not verified that the new functionality behaves as intended.

Also, the PostgreSQL schema changes introduced during the update
process were not present at all in a fresh install to PostgreSQL.  Add
analogous changes to tables.sql.

Bug: 64807
Change-Id: I736344839ec478216402fdfe260968afbd663498
includes/installer/PostgresUpdater.php
maintenance/postgres/tables.sql