Typo
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/sql-createfunction.html
Description:
I have noted that it seems not convenient.
"
Writing
SECURITY DEFINER
Functions Safely
"
On 4/10/19 12:30 PM, PG Doc comments form wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/sql-createfunction.html
Description:I have noted that it seems not convenient.
"
Writing
SECURITY DEFINER
Functions Safely
"
So it appears what's being generated is:
<h2>Writing <code class="literal">SECURITY DEFINER</code> Functions
Safely</h2>
where on pgweb, the CSS on the "<code>" block has no margins on the left
and right. Adding in the margins fixing the spacing in a large view
screen, but it looks funky on mobile. I could probably come up with some
sort of solution that works and is still responsive.
Jonathan