Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mwZ1o-0007lw-32 for pgsql-docs@arkaria.postgresql.org; Mon, 13 Dec 2021 00:17:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mwZ1m-0002Mw-VF for pgsql-docs@arkaria.postgresql.org; Mon, 13 Dec 2021 00:17:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mwZ1m-0002Mn-KK for pgsql-docs@lists.postgresql.org; Mon, 13 Dec 2021 00:17:14 +0000 Received: from mail-io1-xd30.google.com ([2607:f8b0:4864:20::d30]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mwZ1j-0000AW-GH for pgsql-docs@postgresql.org; Mon, 13 Dec 2021 00:17:14 +0000 Received: by mail-io1-xd30.google.com with SMTP id p23so16767147iod.7 for ; Sun, 12 Dec 2021 16:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=5DgkPBOiogVsae9fIu3590NATAuB/lqFLYJoth6a4eM=; b=c+sBjYMRFF+XiUZkfYQd0pStIyUDzJ3U9AJdcjY5AysXqT9TZiQOY5xJcbPK7S0vq8 /uZOXR2ZoWkKel2mN4I4pNMBq1SM4ZEiM+y1phjkpMrdHoPVA5XYxaT5OVEpnlWRizvo zqIvkIX5SXYPad/PG6eo/gvSA5qH9gnL643kHdRxZoPkX47hzGOFiTd5b2Vw2vkMSPm/ /n1+qet/UcxOximLZKArS0R7Uu6mPx5rNTX8qqnc+8QCBoY368xZi4I8xgfKVPe6g/Rr 9pIJhgATYdnWOL2HU2aAj4suzGPbOmiWBkljddQefeuSA0l5prqGp+fDVbnqAeS4AHKV 0flg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=5DgkPBOiogVsae9fIu3590NATAuB/lqFLYJoth6a4eM=; b=MsuduoWYr3kGRVPnccuepSacc6KN4wsoy9POlTg2dzVDcUaW0yVnEwdxJqmdpkz/a6 hLgoNh81i52x/emzQ0NgoMACRXTN2nZAkTeRVXHRkv7bD4gDgDTySG6Bc0bbpuUAFzEq VetN7RMAwq+VaeUDc23rthOkG7eCFxURolJNAJskE5rNU3t5r4nl53csfesiMZJX1dN0 JNJq2Ij/zIeSkSJ1+igD7mmpCHTwA5GpA1/dxI103M3iCVqLA6fDSkBhpBixZDY2HijN 3/U1vYxnrPKjYJuApi1+NoGbgkHhndwtR9q2PflrO2yPejaN9dFxSvXR20dzX9QNLLIP BFGQ== X-Gm-Message-State: AOAM531ftTwWWRxfR52sgHF5WBYgaDGUZDcFI6i0VIa/hM+hpRSo8YuK HCcI8+kkQEq69h6QsIxF/poibDjDAmVZNw== X-Google-Smtp-Source: ABdhPJzYYujWdjF4iGlVJVi4OMO++0p2C3R6PoorQ+zuylCP6e3e8/uf1wvlG4ztWGqM8P/vss5FWw== X-Received: by 2002:a05:6638:2656:: with SMTP id n22mr29622879jat.35.1639354629106; Sun, 12 Dec 2021 16:17:09 -0800 (PST) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id 11sm6353228ilt.63.2021.12.12.16.17.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Dec 2021 16:17:08 -0800 (PST) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id F04A1800BC8; Sun, 12 Dec 2021 18:17:07 -0600 (CST) Date: Sun, 12 Dec 2021 18:17:07 -0600 From: Justin Pryzby To: pgsql-docs@postgresql.org Subject: bad style for SECURITY DEFINER Message-ID: <20211213001707.GR17618@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The title of this section looks poor in the first two web browsers I tried. https://www.postgresql.org/docs/current/sql-createfunction.html#id-1.9.3.67.10.2 | Writing SECURITY DEFINER Functions Safely It looks like it may be the only tag within a . The PDF looks fine. -- Justin