I assume that there is in fact a difference between doing:

\df+ <func_name>

and:

select oid,proname,prosrc from pg_proc where proname='func_name';

because I have a plpgsql function for a trigger, which I can see with the second 
method (the select...) but not with the first method (the \df+ ). Is it not possible 
to have the \df actually show up all functions?

TIA,
thalis


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to