Christophe Devine <devine(at)iie(dot)cnam(dot)fr> writes:
> I'm using PostgreSQL 6.5.3-23 (which came with Debian 2.2r0),
> and it looks like the check_primary_key (and also check_foreign_key)
> functions are missing. What should I do to get them ?
I'm not sure what those functions are supposed to do, however if you
are trying to perform primary/foreign key checks on your tables, you
will need the most recent/stable version of postgres: 7.0.3, where
that functionality is fairly stable.
Regards,
Manuel.