"Nick Fankhauser" <[EMAIL PROTECTED]> writes: > The load returned two errors that I don't understand:
> ERROR: DefineIndex: index function must be marked iscachable This means what it says: add "with (iscachable)" to your function declaration. This is intended to remind you that it is not sensible to build an index on a function that has time-varying results... > ERROR: cannot find attribute 1 of relation schedule_notification_log This is more disturbing. Can you provide the sequence of commands that led up to it? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org