Installation of views.module is not working for PostGreSQL due to a false datatype definition for view_exposed_filter.vid. 'Unsigned' is not supported by PostGreSQL.
Patch addresses this bug. Additionally all numeric() datatypes are replaced with PostGreSQL integer datatypes - in favour of performance according to PostGreSQL documentation.
| Comment | File | Size | Author |
|---|---|---|---|
| views.install.pgsql.patch | 5.07 KB | sun |
Comments
Comment #1
merlinofchaos commentedThis patch does not apply; your version seems to be out of date.
Comment #2
merlinofchaos commentedScratch that. patch is lying to me.
Comment #3
merlinofchaos commentedComment #4
(not verified) commented