SQL syntax error for postgres in authorship.install
hatter - January 3, 2008 - 15:24
| Project: | Authorship Module |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Missing the closing bracket on the table creation.
Patch:
38c38
< "PRIMARY KEY (nid, cid))");
---
> "PRIMARY KEY (nid, cid)");

#1
Fixed by http://drupal.org/cvs?commit=93915
Fixed in Drupal 5 by http://drupal.org/cvs?commit=93919 (sorry for the incorrect creditation!)
#2
Automatically closed -- issue fixed for two weeks with no activity.