mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
doc: add commas after 'i.e.' and 'e.g.'
This follows the American format, https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention of requiring this format for future text, but making existing text consistent every few years makes sense. Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us Backpatch-through: 9.5
This commit is contained in:
@@ -530,7 +530,7 @@ UPDATE t1 SET x = 2, y = func1(y) WHERE z = 100;
|
||||
commands. <productname>SELinux</productname> provides a feature to allow trusted
|
||||
code to run using a security label different from that of the client,
|
||||
generally for the purpose of providing highly controlled access to
|
||||
sensitive data (e.g. rows might be omitted, or the precision of stored
|
||||
sensitive data (e.g., rows might be omitted, or the precision of stored
|
||||
values might be reduced). Whether or not a function acts as a trusted
|
||||
procedure is controlled by its security label and the operating system
|
||||
security policy. For example:
|
||||
|
Reference in New Issue
Block a user