Typo

Started by PG Bug reporting formabout 7 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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
"

https://www.postgresql.org/docs/11/sql-createfunction.html

#2Jonathan S. Katz
jkatz@postgresql.org
In reply to: PG Bug reporting form (#1)
Re: Typo

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