By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
3 rows affected
| expr | def | rettype | result |
|---|---|---|---|
| x | f1(3) | integer | 300 |
| y | f2('bar') | text | bar_foo |
| z | now() | timestamp with time zone | 2022-06-13 15:36:19.766944+01 |
| expr | def | rettype | text_result | int_result | tstz_result |
|---|---|---|---|---|---|
| x | f1(3) | integer | null | 300 | null |
| y | f2('bar') | text | bar_foo | null | null |
| z | now() | timestamp with time zone | null | null | 2022-06-13 15:36:19.769761+01 |
1 rows affected
| f_create_func |
|---|
| f |
|---|
| 300 |