PostGreSQL installation error 'unsigned'
sun - May 14, 2006 - 18:48
| Project: | Views |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| views.install.pgsql.patch | 5.07 KB |

#1
This patch does not apply; your version seems to be out of date.
#2
Scratch that. patch is lying to me.
#3
#4