mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +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:
@ -150,7 +150,7 @@
|
||||
</para>
|
||||
<para>
|
||||
A superuser may override this check on a per-user-mapping basis by setting
|
||||
the user mapping option <literal>password_required 'false'</literal>, e.g.
|
||||
the user mapping option <literal>password_required 'false'</literal>, e.g.,
|
||||
<programlisting>
|
||||
ALTER USER MAPPING FOR some_non_superuser SERVER loopback_nopw
|
||||
OPTIONS (ADD password_required 'false');
|
||||
|
Reference in New Issue
Block a user