mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +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:
@@ -303,7 +303,7 @@ AS t(article_id integer, author text, page_count integer, title text);
|
||||
The calling <command>SELECT</command> statement doesn't necessarily have to be
|
||||
just <literal>SELECT *</literal> — it can reference the output
|
||||
columns by name or join them to other tables. The function produces a
|
||||
virtual table with which you can perform any operation you wish (e.g.
|
||||
virtual table with which you can perform any operation you wish (e.g.,
|
||||
aggregation, joining, sorting etc). So we could also have:
|
||||
<programlisting>
|
||||
SELECT t.title, p.fullname, p.email
|
||||
|
Reference in New Issue
Block a user