Forum OpenACS Development: Response to OIDs optional in current Postgres - whose idea was it to use them for email confirmation anyway...

I'm stupid - OIDs are optional, but enabled by default.

The problem is that postgres doesn't give us a rowid-like number for views (like cc_users).

I have hacked the cc_users select definition to include "u.oid as ora_rowid" and used that. It's dodgy...