Search found 1 match

by SeniorDingDong
31 Oct 2007, 01:48
Forum: Help
Topic: postgres sequence problems
Replies: 4
Views: 10224

Re: Postgres Sequence Problems

I had the same problem. My fix was probably quite a bit more than was necessary, and I think the root of it is that the column name of the email table is "email_id" rather than "id."

There is a function in database_api.php called

db_insert_id($p_table = null)

which i changed to

db_insert_id($p ...