Re: Issue with GRANT/COMMENT ON FUNCTION with default - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Issue with GRANT/COMMENT ON FUNCTION with default
Date
Msg-id 7882.1400959151@sss.pgh.pa.us
Whole thread Raw
In response to Re: Issue with GRANT/COMMENT ON FUNCTION with default  (Jim Nasby <jim@nasby.net>)
List pgsql-hackers
Jim Nasby <jim@nasby.net> writes:
> Let me ask a related question: is there any reason why we don't accept argument names or the default specifier in the
regprocedurecast?
 

regprocedure_in does not contain a full SQL parser, which it would pretty
much need in order to deal with default expressions.  Argument names it
could possibly ignore without much trouble, but nobody bothered to teach
it about that.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Issue with GRANT/COMMENT ON FUNCTION with default
Next
From: Tom Lane
Date:
Subject: Re: SQL access to database attributes