On 7/12/06, Timothy Perrigo <[EMAIL PROTECTED]> wrote:
Is there a way to get the names of the arguments to a function from
psql?  /df and /df+ return the parameter types, but not their names.


select oid::regprocedure from pg_proc where proname like 'your name here';

merlin

---------------------------(end of broadcast)---------------------------
TIP 1: 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