You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tag to the dollar-quoting definition of the function
This change makes the code more consistent (all the other functions also have this tag).
And will also allow the script to be executed inside of a anonymous blocks, which are usually written as
```sql
DO $$
...
$$
```
0 commit comments