CCK dois not work with postgres 8.2 due to the use of unsupported data types. Attached is a patch. It was not extensively tested, but solved my problem.

Comments

karens’s picture

Project: Content Construction Kit (CCK) » Content Templates (Contemplate)
Version: 5.x-1.6-1 » 5.x-1.x-dev
Component: General » Code

This is a Contemplate patch, not a CCK patch.

ghing’s picture

StatusFileSize
new379 bytes
new1.28 KB

I had similar problems (but with postgres 8.1.9 and Contemplate 5.x-1.8) and came up with similar patches. I've detailed my experience at http://blogs.terrorware.com/geoff/2007/12/20/drupal-contemplate-module-w.... The patches above should work, and I've attached the patches I made (separate ones for each of the two modified files contemplate.install and contemplate.module) for 5.x-1.8.

Cheers,
Geoff

jrglasgow’s picture

This may be a duplicate of #172775: Problem with table creation in PostgreSQL, the patch mentioned in that issue was applied to Contemplate 5.x and 6.x, if this does not solve your problems with contemplate let me know.

jrglasgow’s picture

Status: Active » Postponed (maintainer needs more info)