PostgreSQL does not currently support a CONCAT function a'la Mysql. The syntax to peform concatenation is pretty simple though. You just need to add the '||' operator between text items. In this patch I added a switch on db_type to perform the proper concatenation for PostgreSQL in advpoll.module.

CommentFileSizeAuthor
advpoll.module.patch.txt970 bytesjaydub

Comments

ChrisKennedy’s picture

Status: Needs review » Fixed

Committed, thanks. http://drupal.org/cvs?commit=59178

This doesn't need to be ported as vote counting is done via the votingapi cache in 5.x

Anonymous’s picture

Status: Fixed » Closed (fixed)