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
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.

AttachmentSize
views.install.pgsql.patch5.07 KB

#1

merlinofchaos - May 14, 2006 - 20:06

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

#2

merlinofchaos - May 14, 2006 - 20:07

Scratch that. patch is lying to me.

#3

merlinofchaos - May 14, 2006 - 20:08
Status:needs review» fixed

#4

Anonymous - May 28, 2006 - 20:15
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.