Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2006 at 18:48 UTC
Updated:
28 May 2006 at 20:15 UTC
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