I have a function in PgAdmin
written in plpythonu
.
I want to change 38 rows into comment.
If this would be a plpgsql function I would mark the code and click CTRL+K
which gives --
in the start
of all the rows.
How can I do that for plpythonu
? It should be #