Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > My request for phpPgAdmin is to somehow be able to check if the .so file > for a module is present.
> For instance, I'd like to 'enable slony support' if the slony shared > library is present. PPA's slony support automatically executes the .sql > files, so all I need to know is if the .so is there. I really think this is backwards: you should be looking for the .sql files. Every module will have a .sql file, not every one will need a .so file. See followup thread in -hackers where we're trying to hash out design details. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster