Martin Marques <[EMAIL PROTECTED]> writes:
> Is the postgres super-user the only one that can create functions with
> LANGUAGE C?
Yes. Since there's no way to constrain what a C function does, it would
be silly to imagine that a non-superuser wouldn't own the database if he
could create C functions.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match