Download & Extend

PostGreSQL installation error 'unsigned'

Project:Views
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
views.install.pgsql.patch5.07 KB

Comments

#1

This patch does not apply; your version seems to be out of date.

#2

Scratch that. patch is lying to me.

#3

Status:needs review» fixed

#4

Status:fixed» closed (fixed)