1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

doc: Various typo/grammar fixes

Errors detected using Topy (https://github.com/intgr/topy), all
changes verified by hand and some manual tweaks added.

Marti Raudsepp

Individual changes backpatched, where applicable, as far as 9.0.
This commit is contained in:
Kevin Grittner
2014-08-30 10:52:36 -05:00
parent d5d7d07765
commit 05258761bf
18 changed files with 23 additions and 23 deletions

View File

@@ -325,7 +325,7 @@ AS t(article_id integer, author text, page_count integer, title text);
<para>
The calling <command>SELECT</> statement doesn't necessarily have be
be just <literal>SELECT *</> &mdash; it can reference the output
just <literal>SELECT *</> &mdash; 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.
aggregation, joining, sorting etc). So we could also have: