This module does not create any of its own tables but it does make one call to the drupal db_next_id function. This function in MySQL uses a special sequences table. In PostgreSQL there is native support for a sequence separate from a table. To support db_next_id in PostgreSQL you must create a sequence. Attached is a quick and dirty embedfilter.module that will create the sequence.

CommentFileSizeAuthor
embedfilter.install222 bytesjaydub

Comments

robertdouglass’s picture

Status: Needs review » Fixed

committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)