We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team,
I am currently using this DDL, It is kind of incomplete without specifying the complete return type.
right now it returns either character, date or numeric but my udf's have return as character(32) or numeric(20,2)
How can i get this details? below line is where I need to add the numbers I believe.
RETURNS ' || pg_catalog.format_type(p.prorettype, NULL) as ddl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
I am currently using this DDL, It is kind of incomplete without specifying the complete return type.
right now it returns either character, date or numeric but my udf's have return as character(32) or numeric(20,2)
How can i get this details? below line is where I need to add the numbers I believe.
RETURNS ' || pg_catalog.format_type(p.prorettype, NULL) as ddl
The text was updated successfully, but these errors were encountered: